First of all, make sure that you set the warthog to: not placed automaticly in sapien
http://img845.imageshack.us/img845/7409/sapien.jpg Quote: --- Original message by: didymus
(script continuous COUNTDOWN_ZERO
(begin
(if (and (numeric_countdown_timer_get 10) true)
(object_create mp_warthog ))
)
)
Also, you may want to change that line to:
(if (and (numeric_countdown_timer_get 0 10) true)
I've never used the command myself, so yours might be wright. I was just basing that on the syntax of the other commands involving the timer.