|
saet Apprentice
Joined: 12 Jun 2006 Posts: 106
|
Posted: Tue Oct 03, 2006 1:41 am
[1.08] Manual Triggers |
Are manual triggers working for anyone?
I can't get them to work. I always did
#STATE triggerID 0
#SET triggerID 0
to execute them. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Oct 03, 2006 1:56 am |
Give me a more complete example of your trigger for me to try here.
|
|
|
|
saet Apprentice
Joined: 12 Jun 2006 Posts: 106
|
Posted: Tue Oct 03, 2006 2:25 am |
#TRIGGER "testing123" {testing123} {#SHOW SUP} "" {manual}
#SET testing123 0 |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Oct 03, 2006 10:50 am |
#SETs arguements list is ID stateNum [value:0/1]. I am guessing that the parser in CMud switched to have a default of 0 whereas zMud defaulted to 1 for the optional value.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Oct 03, 2006 4:20 pm |
Yes, it seems that manual trigger conditions are broken. I'm not sure if it's the trigger itself or the #SET command, but I've added it to the bug list.
|
|
|
|
|
|