
Halocombatevolved
Joined: Nov 20, 2009
Son, I would've been your daddy, but, nevermind.
|
Posted: Sep 11, 2010 02:23 PM
Msg. 1 of 3
How do I set a timer for a map like on the level The Maw when you have to escape the POA? I was thinking of a map where at the end thousands of flood charge at you and there is a timer for you to get to a device that eliminates all the flood, before they destroy it, so basically if the timer goes out it will play a cutscene where the flood shoot at it and I would script a explosion to go off there and I would delete it after. Thanks.
|

d4rfnader
Joined: Jul 16, 2010
Open mouth, insert sandwhich.
|
Posted: Sep 11, 2010 11:45 PM
Msg. 3 of 3
heres a script for a six minute timer that does nothing but display and run the timer.
(script_startup hud_timer (show_hud_timer true) (hud_set_timer_position 0 0 bottom_right) (hud_set_timer_time 006 000) )
|