New Spawn Script Lua Function: CombatReset
Posted: Fri May 10, 2013 4:06 pm
By request, this function will be called whenever the spawn leaves combat for whatever reason
The spawn param is a pointer to the spawn this script is assigned to (the spawn who just left combat)
Code: Select all
function CombatReset(Spawn)
end