Hi guys,
I've got a short question:
I am doing a trigger that when a timer expires, the trigger is run and I want to use the timer's it's array integer (for example, when the expiring timer is MyTimer[1], it should use '1', if MyTimer[7], it should use '7') in the actions.
But in the integer functions I can't find any function call that would return the array of the triggering variable.
Is there any way of doing this?
I've got a short question:
I am doing a trigger that when a timer expires, the trigger is run and I want to use the timer's it's array integer (for example, when the expiring timer is MyTimer[1], it should use '1', if MyTimer[7], it should use '7') in the actions.
-
Events
-
Time - uniTimer[1] expires
-
Time - uniTimer[2] expires
-
Time - uniTimer[3] expires
-
Time - uniTimer[4] expires
-
Time - uniTimer[5] expires
-
Time - uniTimer[6] expires
-
.... all the way to ....
-
Time - uniTimer[12] expires
-
-
Conditions
-
Actions
-
Unit - Unpause (Load 1 in 1 in stunHash[X])
-
Special Effect - Destroy (Load 1 of 2 in stunHash[[X])
-
Hashtable - Clear stunHash[X]
-
But in the integer functions I can't find any function call that would return the array of the triggering variable.
Is there any way of doing this?