Changing speedwalk directions?

Posted by Killergate on Mon 09 Aug 2010 09:17 AM — 5 posts, 22,248 views.

Denmark #0
Hi,

Is is possible to change the speedwalk directions sent to the mud? Ie so:

.5n --> north/north/north/north/north

gives me n/n/n/n/n instead?

/kg
#1

<aliases> 

  <alias
   match="#* *"
   enabled="y"
   regexp="y"
   send_to="12"
   sequence="100"
  >
  <send> i = 1
  while i <= %1 do
    Send ("%2")
    i = i +1
  end</send>
  </alias>
</aliases>


simple alias but would allow #5 n. would do what your looking for.
could switch the "#" for "." to make it .5 n. to get the example you were wanting.
Amended on Mon 09 Aug 2010 06:58 PM by Mm1mark
Denmark #2
Hi,

I was more interested in redefining the existing directions from the built in speedwalker, so it doesnt spit "north" out, but only "n".

/kg
Australia Forum Administrator #3
Template:post=9011
Please see the forum thread: http://gammon.com.au/forum/?id=9011.


That should help.
Denmark #4
Hi,

Thanks a heap.

/kg