Posted 07 October 2012 - 02:24 PM
I would like to run a program which displays info on a display when it receives a redstone signal. so far, ive got this.
under startup program:
repeat
sleep(1)
until rs.getInput("right")
monitor left secret/alongtimeago
whenever i try it, it says "bios:206: [string "startup"]:4: '=' expected
please help. its incredibly annoying.
under startup program:
repeat
sleep(1)
until rs.getInput("right")
monitor left secret/alongtimeago
whenever i try it, it says "bios:206: [string "startup"]:4: '=' expected
please help. its incredibly annoying.