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












