- Joined
- Sep 26, 2009
- Messages
- 2,474
Hi,
does anyone know how to find out which countdown timer fired a trigger, when there are multiple timers in the event block?
e.g. something like this:
The only way I came up with would be using bool array for each timer, however I thought someone here may know a better way to find it out.
does anyone know how to find out which countdown timer fired a trigger, when there are multiple timers in the event block?
e.g. something like this:
-
Events
- Time - timer[1] expires
- Time - timer[2] expires
- Time - timer[3] expires
- Time - timer[4] expires
The only way I came up with would be using bool array for each timer, however I thought someone here may know a better way to find it out.