Only allow a trigger once per "fight"

Post Reply
Darkark
Posts: 1
Joined: Fri Sep 11, 2015 6:00 am

Only allow a trigger once per "fight"

Post by Darkark » Fri Sep 11, 2015 8:07 am

Is there a way to prevent a trigger from reoccurring during a single fight? One example might be: NPC begins to cast <Spell 1> (Phase 1 has started), followed by many casts of <Spell 1>, until NPC begins to cast <Spell 2> (Phase 2 has started), followed by many casts of <Spell 2>, etc.

Basically, I don't care that the NPC has cast this spell each time, I only care about it happening the first time.

Thanks! :)

Sirene
Posts: 38
Joined: Fri Sep 27, 2013 2:52 pm

Re: Only allow a trigger once per "fight"

Post by Sirene » Thu Sep 17, 2015 12:02 am

One way you could do this is to make a count up timer:

Image

Post Reply