--[[ Script Name : Script Purpose : Script Author : Script Date : Script Notes : --]] function spawn(NPC) end function hailed(NPC, Spawn) end function respawn(NPC) end function casted_on(Target, Caster) if HasQuest(Caster, 87) and not QuestStepIsComplete(Caster, 87, 2) then SetStepComplete(Caster, 87, 2) end end