Being totally newb, I'd like a simple way of enabling and disabling triggers.
I have a trigger that functions upon npc death (label is deathtrig) and works. I have a second trigger that can proc upon low hp (label is bleeding). I would like to disable deathtrig upon bleeding proc.
Could this be achieved by adding
EnableTrigger("deathtrig", false)
to the trigger "send" box under send to 'script' or am I totally off base?
Cheers in advance.
I have a trigger that functions upon npc death (label is deathtrig) and works. I have a second trigger that can proc upon low hp (label is bleeding). I would like to disable deathtrig upon bleeding proc.
Could this be achieved by adding
EnableTrigger("deathtrig", false)
to the trigger "send" box under send to 'script' or am I totally off base?
Cheers in advance.