Posted 19 June 2012 - 02:11 PM
Hello, I have been having problems with my computercraft coding (Just started last night :(/>/>) and I need a little help on making a door locking password with a computer.
My current code is this:
———————————————
print ("Correct")
redstone.setOutput("right", true)
sleep (3)
redstone.setOutput("right", false)
———————————————
For some reason is will say "bios:206: [string "malice"]:4: unfinished string"
I do not know why it is doing this or how to fix it, any help would be appreciated.
Thanks,
Joshua S.
My current code is this:
———————————————
print ("Correct")
redstone.setOutput("right", true)
sleep (3)
redstone.setOutput("right", false)
———————————————
For some reason is will say "bios:206: [string "malice"]:4: unfinished string"
I do not know why it is doing this or how to fix it, any help would be appreciated.
Thanks,
Joshua S.