| 08-07-2002, 08:45 PM | #1 |
Guest | none of my timer triggers work so can somone tell me how i can do this timer window comes up with 30 second countdown timer after 30 seconds kill all units in region x wait 5 seconds start cinematic y |
| 08-07-2002, 09:00 PM | #2 |
Guest | you need to create 1 variable and 2 triggers: Variable Mytimer (type is Timer) Event --- whatever you need. Condition None Actions -CountDown Timer - Start Mytimer as a One-shot timer that will expire in 30seconds -CountDown Timer - Create a timer Window for Mytimer with title "your title here" -CountDown Timer - Show Last created timer window Event Mytimer Expires Conditions None Actions kill all units in region... etc, etc.. Start your cinematic (usually running its trigger) Hope that helps you. |
| 08-07-2002, 09:26 PM | #3 |
Guest | well thanks to you i found out why my timer wasnt working and now the window comes up and everyhting is fine but how do i kill units in specific region actually in my case i want them to explode |
| 08-07-2002, 09:38 PM | #4 |
Unit Group - Pick all units in (your region here) and Do ((Make Unit explode on death) AND (kill unit)) There might just be an action for Exploding a Unit instead. I forget. |
