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