Page 1 of 1

New Spawn Script Lua Function: CombatReset

Posted: Fri May 10, 2013 4:06 pm
by Jabantiz
By request, this function will be called whenever the spawn leaves combat for whatever reason

Code: Select all

function CombatReset(Spawn)
end
The spawn param is a pointer to the spawn this script is assigned to (the spawn who just left combat)