|
hotaru_hikari Newbie
Joined: 20 Nov 2006 Posts: 5
|
Posted: Mon Nov 20, 2006 6:39 am
Sneaking on Harshlands, and Automap |
I play a mud called Harshlands.
My problem is that when I am following another character around the mud, the map doesn't follow with me.
A second problem is that when I use sneak on the mud, such as sneak east, etc, the map does not follow me (or build new rooms)
I tried to fix this by aliasing the command 'e' to sneak east, and then autoconfiguring the map with 'sneak east' in the autoconfigure box. It didn't work.
Does anyone have any idea if I can configure the map to respond to my sneaking from room to room? |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Wed Nov 22, 2006 5:15 pm |
Link it both movement activities to the #MOVE command.
MOVE
Syntax: #MO direction
Move in the specified direction on the mapper.
MOVE Example
#MOVE north
forces the mapper to move one room to the north.
Depending on what is happening you could also try using the MAKEROOM command if appropriate. |
|
|
|
hotaru_hikari Newbie
Joined: 20 Nov 2006 Posts: 5
|
Posted: Wed Nov 22, 2006 10:33 pm |
Okay, I appreciate the help, but I don't know how to link the commands to #move. Would you be able to give specific directions?
Thanks! |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Thu Nov 23, 2006 2:51 am |
via triggers. Create a trigger to match the text you want, and in the code to execute you use #MOVE.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Thu Nov 23, 2006 3:18 am |
Better yet:
#alias {e} {sneak east;#mo east}
if you are using aliases for moving. :P
Charneus |
|
|
|
hotaru_hikari Newbie
Joined: 20 Nov 2006 Posts: 5
|
Posted: Thu Nov 23, 2006 4:16 am |
Okay, what I am not understanding is where do I type in #alias {e} {sneak east;#mo east} ?
|
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Thu Nov 23, 2006 4:24 am |
Paste that text into the command line then go look at it with the settings editor.
|
|
|
|
Theragil Apprentice
Joined: 13 Feb 2004 Posts: 157 Location: USA
|
Posted: Thu Nov 23, 2006 2:41 pm |
It'd be better not to use the alias but to use a trigger because there will be times you are not sneaking, but the alias will make that impractical.
Post what it looks like when you sneak east and I'll give you a trigger to move you on your mapper when you do it. |
|
|
|
|
|