|
Jinx Newbie
Joined: 12 Dec 2002 Posts: 1
|
Posted: Thu Dec 12, 2002 12:23 am
Trigger help! |
I'm trying to make a trigger that does the following:
When I enter somewhere and it has any of the following:
(c) (Golden Aura) A gypsy warden looks big and gruff.
(c) A gypsy enchantress tries to lure you away from the crowd.
it runs "kill gypsy" I have tried a few things but they always make it run "kill gypsy" on things like:
A gypsy guard's tentative slash hurts your hand.
A gypsy warden tentatively injures your arm.
A gypsy guard has a few scratches.
I think I need to detect the (c) or something. |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Thu Dec 12, 2002 12:40 am |
Why not put both lines completely?:
#TRIGGER {{~(c~) ~(Golden Aura~) A gypsy warden looks big and gruff.|~(c~) A gypsy enchantress tries to lure you away from the crowd.}} {kill gypsy}
Kjata |
|
|
|
|
|