Posted 13 July 2012 - 07:45 PM
So I'm working on a nuclear reactor control system. And When i tested my code for it. I was getting a very strage error. The error is bios:206: [string "Reactor"]:132: "=" expected. It wants an "=" on a line that is not needed. Let me post the code.
elseif p == "2" then
term.clear
term.setCursorPos(1,1)
print("What You Dont Want To See")
sleep(2)
Line 132 is term.setCursorPos(1,1). Any ideas why thats happening?