7 posts
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/>/>)
7 posts
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,
14 posts
Posted 06 September 2012 - 09:26 PM
Single = is an assignment == is comparison
if direction = L then
should be
if direction == L then
7 posts
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………
351 posts
Posted 07 September 2012 - 12:36 AM
Please dont delete your code when you solve your problem. It might help someone else.