If someone could write me up a script i can put on the zombies that would be MUCH appreciated. I am hopeless at timed scripts....
Cheers,
Shadowform.
ScriptName TimedZombies6to6SCRfloat timecheckshort DoOnceBegin GameMode set timecheck to GetCurrentTime if (timecheck >= 5.85) && (timecheck < 5.90) set DoOnce to 0 endif if (timecheck >= 6.0) && (timecheck < 6.25) if (DoOnce == 0) enable resurrect set DoOnce to 1 endif endif if (timecheck >= 17.85) && (timecheck < 17.90) set DoOnce to 0 endif if (timecheck >= 18.0) && (timecheck < 18.25) if (DoOnce == 0) kill disable set DoOnce to 1 endif endifEnd