31.08.2011, 00:38
That's pretty simple, because you're checking if the cmdtext array is equal to "/up" and if it is, you run that section of code and then return 1, which means any of the other code in that callback won't be run. Instead, why don't you have different command checks for each gate? Or if you want them all to happen at the same time, why don't you have all of the MoveObject code under one of the if statements?