Posted 21 September 2012 - 02:32 AM
I am trying to get rid of this error i do not understand what I am having error with.
the exact error i get is bios:206:["fprompt"]:14: unexpected symbol
the exact error i get is bios:206:["fprompt"]:14: unexpected symbol
term.clear()
term.setCursorPos(1,1)
print("COM API 1.0")
print("Available Commands")
print("Current List Unavailable")
write("Command: ")
input = read()
if input == "filter" then
shell.run "Filter_Prompt"
end
if input ~= "filter" or if input ~= "lights" or if input ~= "cancel" then
term.clear()
term.setCursorPos(1,1)
print ("Command Not Available")
end