Easy Directions

Posted by RashinLord on Tue 20 Dec 2005 11:07 PM — 4 posts, 19,970 views.

Canada #0
Out of sheer habbit I tend to type in some random directions to go places. I've been playing this mud for 7+ years and It's just something that I can't seem to get passed.

Could MUSHclient possibly take my "sdeennuusdnnww" and send it to the mud as "south", "down", "east", etc.. ?

This should be easy to check for, just ask it if the input line consists of only directional letters.

-RL
USA #1
Uh, isn't that just the Speedwalking option? It requires a character before the input, but that should be what you are looking for?
Canada #2
Heh, probably. Only problem is 7 years of not putting a character infront of the dirs. ;)
USA #3
<aliases>
<alias
match="^(nsewud)+$"
enabled="y"
regexp="y"
send_to="11"
ignore_case="y"
sequence="100"
>
<send>%1</send>
</alias>
</aliases>

will work for NSWEUD.