- Joined
- Mar 26, 2004
- Messages
- 569
Hi, i'm doing a trigger that turns on when a unit starts channeling an ability. It lasts for 7 seconds and under those seconds i want it to do 7 actions.
EDIT: I guess adding a integer condition could manage it, but my question remains.
Sometimes it seems that the periodic event runs 8 times depending on timing along with the game time. Is it possible that it might be the case?
- Spellcast
- Events
- Unit - A unit Begins channeling an ability
- Conditions
- Ability being cast = x ability
- Actions
- Trigger - Turn On Periodic
- Periodic
- Events
- Time - Every 1.00 seconds of game time
- Conditions
- Actions
- Do Actions
- Stops Channeling
- Events
- Unit - A unit Stops casting an ability
- Conditions
- Ability being cast = x ability
- Actions
- Trigger - Turn Off Periodic
EDIT: I guess adding a integer condition could manage it, but my question remains.