Posted 08 April 2013 - 01:56 AM
Hi
I´m new here and I have a little problem with a programm i´m working on.
It´s part of my own Reactor controll system.
I´m always getting the failure:
bios:206: [string "stop"]:45: '<eof>' expected
Can someone pls help me?
I don´t know how to fix this
mfg
Frostcup
PS: Sry for my bad english :rolleyes:/>
I´m new here and I have a little problem with a programm i´m working on.
It´s part of my own Reactor controll system.
I´m always getting the failure:
bios:206: [string "stop"]:45: '<eof>' expected
Spoiler
idt = "66"
cpass = "notaus"
aus = "1"
print("Notabschaltung initialisiert...")
sleep(2)
print("Programmabschnitte werden geladen...")
sleep(2)
print("Authentifiezierung erforderlich!")
sleep(2)
print("Bitte geben sie Ihre Personal ID ein: ")
sleep(2)
id = read()
if id == (idt) then
print("ID Bestätigt!")
sleep(1)
print("Bitte Passwort eingeben: ")
pass = read()
if pass == (cpass) then
print("Passwort Korrekt!")
sleep(2)
print("Notabschaltung wird durchgeführt...")
redstone.setOutput("bottom",true)
sleep(2)
print("Erfolg!")
sleep(1)
print(" ")
sleep(1)
print("Zum Reaktivieren drücken sie bitte [1]")
print("Zum spätern Reaktivieren drücken sie bitte [Esc]")
var = read()
if var == (aus) then
redstone.setOutput("bottom",false)
sleep(2)
print("Reaktor Reaktiviert!")
end
else
end
else
print("Falsches Passwort!")
sleep(1)
print("Notabschaltung wird abgebrochen!")
sleep(2)
os.shutdown()
end
else
print("Unzulässige ID!")
print("Notabschaltung wird Abgebrochen!")
sleep(2)
os.shutdown()
end
Can someone pls help me?
I don´t know how to fix this
mfg
Frostcup
PS: Sry for my bad english :rolleyes:/>