Hi, I have a trigger that is set to fire when a specific timer expires, however the trigger is not firing for some reason even after the timer has expired. Can anyone help?
Here are my current triggers:
Here are my current triggers:
-
Camera and Startup Copy
-
Events
- Time - Elapsed game time is 1.00 seconds
- Conditions
-
Actions
- Countdown Timer - Start (Last started timer) as a One-shot timer that will expire in 30.00 seconds
- Set UltiTimer = (Last started timer)
- Countdown Timer - Create a timer window for UltiTimer with title Time Left:
- Countdown Timer - Show (Last created timer window)
-
Events
-
Timer Expires Copy
-
Events
- Time - UltiTimer expires
- Conditions
-
Actions
- Sound - Play QuestCompleted <gen>
-
Events