This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
jeopa007's profile picture

bios:388: [string "screen"]:48: syntax error

Started by jeopa007, 13 April 2013 - 08:23 PM
jeopa007 #1
Posted 13 April 2013 - 10:23 PM
My brother and i are big fans of the PORTAL series and together we started recreating portal in minecraft (FTB Ultimate)
but since he is not good at LUA i am working on a simple program to make the "screens" in the chambers:
http://www.telnets.o...st_Chamber_Sign
But for a unknown reason i get an SYNTAX error:
www.pastebin.com/PFGunGT4
(btw, i know that this is not the best way to make the program but i am making it simple so that my brother can learn with me)

The error is at line 48:

Can someone help me please?
LBPHacker #2
Posted 13 April 2013 - 10:27 PM
Line 47: term.setCursorPos instead of term,setCursorPos ("." instead of ",")
jeopa007 #3
Posted 13 April 2013 - 10:30 PM
that was a noob action
thanks LBPHAcker…
didn't tought that i would make these kinds of mistakes