- Joined
- Jul 28, 2013
- Messages
- 768
Hello guys,
This is the scenario of how the trigger should work; When the three wendigos are dead move to actions.
Yet the problem here, the Ancient wendigo has reincarnation. If the Ancient Wendigo dies and the two other wendigos die just after him and before he comes back to life from reincarnation's delay, the trigger moves to actions.
How can i fix that?
This is the trigger:
This is the scenario of how the trigger should work; When the three wendigos are dead move to actions.
Yet the problem here, the Ancient wendigo has reincarnation. If the Ancient Wendigo dies and the two other wendigos die just after him and before he comes back to life from reincarnation's delay, the trigger moves to actions.
How can i fix that?
This is the trigger:
-
Events
-
Unit - Ancient Wendigo 0060 <gen> Dies
-
Unit - Wendigo 0062 <gen> Dies
-
Unit - Wendigo Shaman 0061 <gen> Dies
-
-
Conditions
-
GameOver Equal to False
-
(Wendigo 0062 <gen> is dead) Equal to True
-
(Wendigo Shaman 0061 <gen> is dead) Equal to True
-
(Ancient Wendigo 0060 <gen> is dead) Equal to True
-
-
Actions
-
Trigger - Turn off (This trigger)
-
..............
-