|
sheol Newbie
Joined: 13 Feb 2003 Posts: 6 Location: China
|
Posted: Sat Feb 22, 2003 3:19 pm
trigger busy |
I make 2 triggers,
pattern:11111
command:#wa 3000;ok
pattern:22222
command:no
the 2 trigger are enable,when the "22222" follow "11111",the command "no"is not worked. I think when the command "#wa 3000"is working,other triggers will not work,why? |
|
|
|
Emit Magician
Joined: 24 Feb 2001 Posts: 342 Location: USA
|
Posted: Sun Feb 23, 2003 12:03 am |
#wait should be avoided, because it sometimes does this (as i understand i've never seen it) a second method would be:
#trigger {11111} {#alarm +3 {ok}}
#trigger {22222} {no}
--------
moon.icebound.net:9000 |
|
|
|
sheol Newbie
Joined: 13 Feb 2003 Posts: 6 Location: China
|
Posted: Sun Feb 23, 2003 12:18 pm |
thanks
|
|
|
|
|
|