 |
chris74269 Novice
Joined: 26 Mar 2003 Posts: 40
|
Posted: Fri Apr 02, 2004 1:15 am
speedwalking |
i was wondering if it was possible to speedwalk thru the command prompt, i want to make a button list of areas instead of having to page through my zones to find where i want to go
|
|
|
 |
nexela Wizard

Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Fri Apr 02, 2004 2:39 am |
Read the help file for #WALK and its various related commands and functions
#walk shortid
#walk vnum (or refnum using roomode(1))
and also I belive but untested
#walk "full name of room" |
|
|
 |
chris74269 Novice
Joined: 26 Mar 2003 Posts: 40
|
Posted: Fri Apr 02, 2004 4:47 am |
well perhaps i should have been more explicit, from what i have done so far it seems that the #WAL only works while in safe mode, but for the mud i play on the most effective way to not get lost while going through many rooms is in slow mode, which hasnt been reacting to #WAL. is there a way to do it in slow mode?
|
|
|
 |
nexela Wizard

Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Fri Apr 02, 2004 4:58 am |
Hehe well if you read up on the related commands to #WALK you would have noticed #SLOW and various other commands and funtions
|
|
|
 |
nexela Wizard

Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Fri Apr 02, 2004 5:05 am |
Ok Actually #WALK is what you need *after rereading the help file for #slow
Either set your mappers speedwalk setting to safe or do this in your scripts
#call %walkmode(2)
#walk destination |
|
|
 |
chris74269 Novice
Joined: 26 Mar 2003 Posts: 40
|
Posted: Fri Apr 02, 2004 5:09 am |
thanks for your help and quick replies
|
|
|
 |
|
|