 |
Scytale Newbie
Joined: 21 Oct 2001 Posts: 2 Location: Australia
|
Posted: Fri Dec 13, 2002 3:41 pm
Trigger Question |
How do I check the second or third line of a trigger?
Eg, I check for XYZ on line one, but want to know if ABC has happened on the third line or FGH on the second. Anyone able to tell me how to do this? |
|
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Dec 13, 2002 5:53 pm |
The actual phrases would have been clearer, and easier to work with.
#TR {XYZ*$(*)$(*)$} {#IF (%pos("ABC", {%1}) OR %pos("FGH", {%2}) {yes} {no}}
LightBulb
Senior Member |
|
|
|
 |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|