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

Error: bios:338: [string "waterXP"] :11: syntax error

Started by jonteman98, 12 February 2013 - 05:34 AM
jonteman98 #1
Posted 12 February 2013 - 06:34 AM
Title: Error: bios:338: [string "waterXP"] :11: syntax error

code http://pastebin.com/rckUAyA5
LBPHacker #2
Posted 12 February 2013 - 06:44 AM
Use
 redstone.setOutput 
instead of
 redstone,setOutput 

(dot instead of the comma)
jonteman98 #3
Posted 12 February 2013 - 06:49 AM
thanks!