LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Nov 07, 2003 5:52 pm |
Don't expect triggers in the vitals class to work if you disable the class immediately after issuing the command. Your computer is much faster than the internet and you'll probably have the triggers turned off well before the command even reaches the MUD. Move the #T- command to something that's based on MUD output, or build in a delay with #ALARM.
Rough timeline
1. (#T+ vitals) vitals class enabled, triggers work
2. (vitals) command sent to MUD
3. (#T- vitals) vitals class disabled, triggers don't work
4. command arrives at MUD
5. MUD sends stuff back
6. output from MUD arrives. Since vitals class has been disabled for many microseconds, triggers don't work |
|