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

Computery Counting thingy

Started by camurro9, 06 September 2012 - 07:08 PM
camurro9 #1
Posted 06 September 2012 - 09:08 PM
FIXED.

(didn;t need to use four different functions in the parallel. just the two, d'oh :D/>/>)
camurro9 #2
Posted 06 September 2012 - 09:15 PM
Also, I've now removed all the locals, I thought they might be the problem, but still not working,
Magus #3
Posted 06 September 2012 - 09:26 PM
Single = is an assignment == is comparison

 if direction = L then
should be

if direction == L then
camurro9 #4
Posted 06 September 2012 - 09:42 PM
I would try it, but I left the broken code running, and eventually got an error about threads. Anyway, the moral of the story is that computercraft probably wont work on the server until the next scheduled restart………
kazagistar #5
Posted 07 September 2012 - 12:36 AM
Please dont delete your code when you solve your problem. It might help someone else.