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

movement commands always return false

Started by Andale, 12 January 2013 - 03:27 PM
Andale #1
Posted 12 January 2013 - 04:27 PM
All the simple movement commands, like turtle.forward(), do not function on the Mindcrack Feed The Beast server I'm playing on. I went out to single player and my programs work fine. While playing SMP the tunnel and excavate and dance commands work fine of course. It is running the 1.4 version and I'm pretty sure it's either a bug or a server setting. It is not hindered by a bukkit plugin keeping it from breaking anything.

I'd give more info if I thought there was anything else to give. I go to lua, type in all the move commands, they all return false. All the other commands I've tried work fine.
theoriginalbit #2
Posted 12 January 2013 - 04:36 PM
what happens when you query the fuel level…

also whats with your username? why is it your email?
Andale #3
Posted 12 January 2013 - 05:00 PM
I have checked for fuel and each returns as having a few thousand. I have got a pretty good understanding of programing turtles (although I keep reverting to qBasic commands).
I don't know about the name, that is kinda weird I guess, never noticed.

EDIT: fixed my name! NOT the problem of movement.


I should have mentioned I have copied the tunnel program over in pieces (since I can't upload it) and that doesn't work either. I haven't thought until now to try just copying it from the lua command prompt to see if that works. Will try to do tomorrow.