|
kevlar Beginner
Joined: 27 May 2005 Posts: 18
|
Posted: Sat Mar 11, 2006 9:42 pm
inactivity |
there are times when i enter a room and all my triggers are set to respond to a bot in the room. depending on what the bot does, it fires different trigs. problem is sometimes the bot isn't there. is there a way to set a trig so that if i enter the room and say after some amount of time nothing happens a trig goes off? but does not go off if the first set of trigs fire?
sorry if i'm explaining the question poorly i'm not exactly sure how to be more clear.
kevlar |
|
|
|
JQuilici Adept
Joined: 21 Sep 2005 Posts: 250 Location: Austin, TX
|
Posted: Sat Mar 11, 2006 10:43 pm |
Without seeing the specific messages, I can only speak in generalities, but you can do something like the following:
- Create an #ALARM in the roomscript, set to fire after some number of seconds. The body of the alarm does your if-no-bot-here commands.
- Have each of your bot-response aliases #UNALARM or disable the roomscript alarm, then do their thing.
The result is that the alarm will fire after X seconds, but only if none of your bot-responses have fired. |
|
_________________ Come visit Mozart Mud...and tell an imm that Aerith sent you! |
|
|
|
|
|