Posted 24 August 2012 - 06:47 PM
I am making a movie theater for the server I play on. I have a code on the startup that broadcasts a welcome message with a big textscale. When I create a program called reset (mean't to align the cursor back and set the text scale to 1) I get a message that says:
Bios:206: [string "start"]:3: '=' expected. Here is my code:
Bios:206: [string "start"]:3: '=' expected. Here is my code:
mon = peripheral.wrap("right")
mon.clear
mon.setTextScale(1)
mon.setCursorPos(1,1)
monitor right secret/alongtimeago