|
rezidentbivrip Newbie
Joined: 12 Jan 2006 Posts: 3 Location: Pittsburgh, PA, USA
|
Posted: Thu Jan 12, 2006 7:32 pm
Zmud Mapping & Speedwalk queston |
I've recently started fooling around with Zmud's mapping feature. If I am in an area I have mapped out completely, Wherever I'm at in the zone, I'd like to type 'goto roomname' or something similar and have it speedwalk to the given room. Regardless of what room I am currently in, in the mapped area.
I know you can make seperate paths, and I know you can right click the room in the map map and speedwalk that way. I'd like to find out how to do it on the comandline or via triggers.
Remember, I don't want to make indivitual paths. |
|
|
|
ReedN Wizard
Joined: 04 Jan 2006 Posts: 1279 Location: Portland, Oregon
|
Posted: Thu Jan 12, 2006 9:05 pm |
I believe the #walk function is what you are looking for.
|
|
|
|
Pseudo Wanderer
Joined: 25 Oct 2005 Posts: 99
|
Posted: Thu Jan 12, 2006 9:50 pm |
This assumes you have the mapper open and your position correctly marked.
In case there are multiple rooms in the zone with the same name, it uses the first one.
Code: |
#Alias {goto} {
#var walkgoto "[Name] = '"%replace( "%-1", "'", "~'~'")"' AND [ZoneID]="%roomzone( )
#SLOW %pathfrom( %roomkey( ), %item( %mapquery( @walkgoto), 1))
} |
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|