|
Red_Wraith Newbie
Joined: 12 Mar 2006 Posts: 1
|
Posted: Sun Mar 12, 2006 10:18 pm
Prompt Trigger Pattern including Exits |
I'm using the MUD "Deckeon".
I don't know exactly what to write into the field "prompt trigger pattern" of the Mapper configuration so that the prompt is recognized correctly and thus the "Exit in prompt" option works without problems.
The problem is that the prompt changes, e.g. the ammount of exits listed. Here are a few examples (# means that this direction has a door which is closed):
Code: |
(N-#S-Ne-Nw-Se-Sw-)(¥:121726) Health: [10] Stun: [10] Mv:312 Wait[0]>> |
Code: |
(#E-S-)(¥:121726) Health: [10] Stun: [10] Mv:320 Wait[0]>> |
Code: |
(Sw-)(¥:121726) Health: [10] Stun: [10] Mv:318 Wait[0]>> |
Code: |
(N-E-S-W-U-Se-Sw-)(¥:121726) Health: [10] Stun: [10] Mv:313 Wait[0]>> |
Can someone please help me? |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Mar 13, 2006 12:31 am |
It'd be something along the lines of this:
~(%x~)(~¥:%d) Health: ~[%d~] Stun: ~[%d~] Mv:%d Wait~[%d~]>> |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
|
|