Still battling my way through Mushclient from Zmud. Here is my latest problem that I need help with.
I have the follow trigger pattern:
^(?P<location>.*?) \[(?P<dirs>.*?)\]\.
I use this in Zmud to capture the room I'm in and the exits available.
An example of the mud output could be:
Second Level of the Inner Sanctum [e,w,u,d].
How do I go about making these a stored variable, so that when someone on my guild channel fires our location trigger I can just spit back
<channel> I am currently at %<location> with exits: %<dirs>
All your help is appreciated!
Fraust.
I have the follow trigger pattern:
^(?P<location>.*?) \[(?P<dirs>.*?)\]\.
I use this in Zmud to capture the room I'm in and the exits available.
An example of the mud output could be:
Second Level of the Inner Sanctum [e,w,u,d].
How do I go about making these a stored variable, so that when someone on my guild channel fires our location trigger I can just spit back
<channel> I am currently at %<location> with exits: %<dirs>
All your help is appreciated!
Fraust.