I am working on a system right now an I'm using
to deactivate one of my triggers (by the eay the label determines the name of the trigger right?) and it keeps popping up the error
any ideas why?
<triggers>
<trigger
enabled="y"
match="A ginseng plant (ginseng) 20 left."
send_to="12"
sequence="100"
>
<send>World.EnableTrigger "ginseng" FALSE</send>
</trigger>
</triggers>
to deactivate one of my triggers (by the eay the label determines the name of the trigger right?) and it keeps popping up the error
Error number: -2146827263
Event: Execution of line 1 column 31
Description: Expected end of statement
Line in error:
World.EnableTrigger "ginseng" FALSE
Called by: Immediate execution
any ideas why?