This is a read-only snapshot of
the ComputerCraft forums
, taken in April 2020.
ComputerCraft
→
Ask a Pro
Ctrl + r/t not working + How do you get rid of censors on commands in a program
Started by Nicky89107, 02 May 2012 - 03:20 AM
Nicky89107
#1
2 posts
Posted 02 May 2012 - 05:20 AM
I have a program named startup that runs an infinite loop, but i dont know how to stop it and edit it, as well as i dont know how to get rid of the censors when i type in my command.
Lyqyd
#2
8543 posts
Posted 02 May 2012 - 05:29 AM
You have one "end" to close your if-elseif-end sequence, but no "end" to close the loop. Try adding one.
Nicky89107
#3
2 posts
Posted 03 May 2012 - 01:14 AM
NVM, put in header