Posted 24 August 2014 - 01:04 AM
Hi i have a error when i press any key that is given in the programm code
http://pastebin.com/v0XtxM0u
eingabe:6: index expected, got nil
http://pastebin.com/v0XtxM0u
eingabe:6: index expected, got nil
- shell.run"farbe"
- print("ChromeOs Booten ?")
- sel = 0
- while true do
- event. key = os.pullEvent("key")
- if key == 28 then
- print("Auswahl bestaetigt")
- sel = 0
- elseif key == 14 then
- print("okay")
- sel = 1
- end
- end