T
thesnipa
Guest
I cant figure out the trigger to make the creeps respawn. PLZ HELP ME
this function is how long a camp is waited for until it respawns you can change if you like.
function CreepRespawn_CampLength takes nothing returns real
return 60.0
endfunction
This is the function for just one creep you can also change it.
function CreepRespawn_WaitTime takes nothing returns real
return 30.0
endfunction