|
mestor Newbie
Joined: 10 Mar 2005 Posts: 3
|
Posted: Thu Mar 10, 2005 2:27 pm
how can i auto move in a direction? |
i am trying to write a script so that when i can't go in a direction because i can't go there riding that i will lead the mount and automatically go in that direction.
i have got the leading of the horse part down but can't seem to auto move in a direction #move doesn't move me in the mud. is there any way to do this
regards mestor |
|
|
|
megamog75 Enchanter
Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Sat Mar 12, 2005 4:29 pm |
when you try to go in a direction than the mud tells you something like
"you can not go that way" just trigger off that and send a random direction |
|
_________________ megamog75
I will do this.Nothing in my life matters except this.No moment in my life exists except this moment.I am born in this moment, and if I fail, I will die in this moment. Raistlin Majere |
|
|
|
Spartacus Wanderer
Joined: 23 Apr 2001 Posts: 53 Location: USA
|
Posted: Tue Mar 15, 2005 5:41 pm |
Have you tried using %lastdir instead of #move? #move only moves the pointer on the map, but doesn't send a command to the mud. You should send the directional command (which should be in %lastdir) and let the map move itself.
|
|
_________________ Spartacus
rm -rf .* |
|
|
|
|
|