Page 2 of 2

Re: Does this function already exist ?

Posted: 14 Oct 2010 12:46
by TheQwerty
Don, can you give this a command ID? Or provide another means to access it via script?

Re: Does this function already exist ?

Posted: 14 Oct 2010 12:49
by admin
TheQwerty wrote:Don, can you give this a command ID? Or provide another means to access it via script?
You mean "move up"? Try moveto ".." :)

Re: Does this function already exist ?

Posted: 14 Oct 2010 13:09
by TheQwerty
admin wrote:
TheQwerty wrote:Don, can you give this a command ID? Or provide another means to access it via script?
You mean "move up"? Try moveto ".." :)
Doesn't "Move Up" have smarter logic and collision avoidance? Or am I mistakenly thinking this is more impressive than it really is? :P

Re: Does this function already exist ?

Posted: 14 Oct 2010 13:15
by admin
TheQwerty wrote:
admin wrote:
TheQwerty wrote:Don, can you give this a command ID? Or provide another means to access it via script?
You mean "move up"? Try moveto ".." :)
Doesn't "Move Up" have smarter logic and collision avoidance? Or am I mistakenly thinking this is more impressive than it really is? :P
I have put the move-up-smartness into a place reached by all move operations, no matter how/where they were triggered. Now that's smart! :mrgreen:

Re: Does this function already exist ?

Posted: 14 Oct 2010 13:34
by TheQwerty
admin wrote:I have put the move-up-smartness into a place reached by all move operations, no matter how/where they were triggered. Now that's smart! :mrgreen:
Great, then indeed MoveTo '..'; will work. Nevermind me!