Posted 20 July 2012 - 01:37 PM
Hello Scripters!
(sorry for bas spelling)
A friend of me on Tekkit has made an Nuclear reactor
He asked me to make an computer controlled 1.
It doesn't need that much commands.
first only ON and OFF
this is the script I used…
(Im a beginner so thats why it might not work :P/>/> I try to get better!)
—————————————————————
the error is:
Bios:206: [String "nuclear"]:20: '<eof>' expected
Im on vacation…
now so ill se the reactions within 1/2 weeks!
every 1 thanks!
(sorry for bas spelling)
A friend of me on Tekkit has made an Nuclear reactor
He asked me to make an computer controlled 1.
It doesn't need that much commands.
first only ON and OFF
this is the script I used…
(Im a beginner so thats why it might not work :P/>/> I try to get better!)
—————————————————————
correctpass = On
pass = Off
write("please Input Funtion (On/Off)")
if pass == (correctpass) then
write("reactor Starting...")
redstone.setOutput("Back", true)
else
if pass == (pass)
write("Reactor Shutting off")
redstone.setOutput("Back", false)
else
write("Incorrect comman choose On/Off")
os.shutdown()
end
————————————————————the error is:
Bios:206: [String "nuclear"]:20: '<eof>' expected
Im on vacation…
now so ill se the reactions within 1/2 weeks!
every 1 thanks!