HeyAwesomePeopl
New Member
- Joined
- Nov 8, 2012
- Messages
- 1
- Reaction score
- 0
I run this code:
while true do
repeat
redstone.Output("right", true)
sleep(10)
redstone.Output("right", false)
sleep(2)
until false
end
end
And this error comes up:
bios:206: [string "startup"]:9: '<eof>' expected
Help please. Very new to this.
while true do
repeat
redstone.Output("right", true)
sleep(10)
redstone.Output("right", false)
sleep(2)
until false
end
end
And this error comes up:
bios:206: [string "startup"]:9: '<eof>' expected
Help please. Very new to this.