mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
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