|
bishopnenar Beginner
Joined: 20 Mar 2007 Posts: 27
|
Posted: Sat Jan 26, 2008 5:14 pm
[2.18] Trying to get #FIRE to work |
I can not seem to get a trigger to match text sent with #FIRE
Code: |
#IF (@anorexia) {
eat vial
#FIRE "eat vial"
} |
For the trigger I have:
the pattern as : eat vial
trigger type: Pattern
only tirrger on trigger checked.
What am I missing to make this fire? I am trying to have a variable set true when eat vial is sent.
Thanks |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sat Jan 26, 2008 6:18 pm |
I have never had a problem with #FIRE, but I would suggest that a better to do what you are looking for is with a Command Input trigger. Remove the #FIRE line from your script and change the type of the the other trigger to Command Input.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|