Slow Speed Walking

Posted by Yllandria on Tue 19 Nov 2024 05:33 AM — 4 posts, 7,904 views.

#0
I am using Nick Gammon's slow speed walking xml, but unable to understand how to invoke a speedwalk. My speedwalks are saved as an alias, if this is any help. I'm not sure what other information is relevant.
Australia Forum Administrator #1
Can you please give a link to the speedwalking XML you refer to, so we are talking about the same thing?
#2
Nick Gammon said:

Can you please give a link to the speedwalking XML you refer to, so we are talking about the same thing?


https://www.gammon.com.au/forum/?id=6008

I would like to be able to invoke the speedwalk by trigger, but am unsure how.

Example:

A Demonic Being exclaims to you 'A horde of 'a guardian of truths' from Antrippa is invading Tandanu!'

Would trigger Tandanu alias (which would be speedwalk coordinates)


Also, how would I change the exits (triggers movement) to Q:*: where * is a a random number?
Australia Forum Administrator #3
The trigger would "send" Tandanu, but have the trigger "send to Execute". That will execute aliases.

Quote:

Also, how would I change the exits (triggers movement) to Q:*: where * is a a random number?




<!ENTITY exits_trigger 
      "^((?P<exits>Q:\d+)|(.*)Alas, you cannot go that way\.)$" >



\d represents one number, and \d+ means one or more numbers.