Here is my script:
Hidden/Spoiler:
Hidden/Spoiler:
So that's what I'm trying to do.
This probably has the most simple answer, but you all know my mind is the most simple. [humor/]
Help would be appreciated!
Moderator: Moderators



Once I took out that, the timer was my own, but no AI spawned!I tried removing this bit:
But then realized that that was the most STUPID this I could have done. Unless of course that IS what I'm supposed to remove, then it's super smart!Hidden/Spoiler:


In the preferences menu in BFII? No, I don't want people to change it.Maveritchell wrote:Why not just change the length of the hunt timer?

Code: Select all
function ObjectiveTDM:GetGameTimeLimit()
if ( self.isCelebrityDeathmatch or self.isUberMode) then
return 0
else
return ScriptCB_GetHuntMaxTimeLimit()
end
end

