Question about a trigger

Posted by Alcander on Sat 04 Dec 2004 12:23 AM — 2 posts, 11,317 views.

#0
I have done this in zmud, but i'm curious if this can be done on mushclient. I sure it can be done because I haven't seen anything this client hasn't been able to do from what I have read.

I want this to happen;

I get this message in the mud;

You get the feeling that someone is watching you.

I want that to trigger something to a channel.

If I 'glance' in the room I get the following;

Dwarven Guard Headquarters [s,w,out].

and I want the trigger to send this back to the mud

race I have been located at Dwarven Guard Headquarters [s,w,out].


Obviously its possible I will be in different rooms so I would need to capture the information gathered from the 'glance' command.

Any help would be appreciated.

Thanks!
Australia Forum Administrator #1
This should be pretty easy. You want to glance after being noticed? Try this. Make a trigger:

Match: You get the feeling that someone is watching you.
Send: glance

Then do something similar for the glance response. Remember you can use "*" to represent a wildcard (text that might vary).