|
Galakoth Beginner
Joined: 01 Dec 2000 Posts: 11
|
Posted: Fri Aug 16, 2002 7:46 pm
Slow/Speed Walk question |
Is it possible to change the output that slow/speed walk sends to the mud? I play a thief character and would like to change the output to sneak north, sneak west....and so on. Is this possible?
Thanks,
Galakoth |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Aug 16, 2002 11:30 pm |
Try this:
#ONINPUT {^(%t)$} {sneak "%1"} |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Fri Aug 16, 2002 11:31 pm |
Try this:
#DIR ns "sneak north" n
#DIR sn "sneak south" s
#DIR we "sneak west" w
#DIR ew "sneak east" w
You might need to also disable the inherited settings in System|Directions for this to work.
Kjata |
|
|
|
Galakoth Beginner
Joined: 01 Dec 2000 Posts: 11
|
Posted: Sat Aug 17, 2002 1:17 pm |
quote: #ONINPUT {^(%t)$} {sneak "%1"}
Ok, I entered this at the command line, and now I cant find where it created it. A little more info on what this does would be great. I want to create this so it can be turned on and off, because once I run out of GPs I cant sneak anymore...
Thanks |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sat Aug 17, 2002 2:55 pm |
That is a trigger.
Kjata |
|
|
|
|
|