354 B
354 B
Function: SetFailureTimer(spawn)
Description: Sets the failure timer on the Spawn for the current zone.
Parameters:
spawn
(Spawn) - Spawn object representingspawn
.
Returns: None.
Example:
-- From ZoneScripts/BloodSkullValleyExcavationSite.lua
function player_entry(zone, player)
SetFailureTimer(player)
end