--[[ Script Name : Script Purpose : Script Author : Script Date : Script Notes : --]] -- Quest ID's local QUEST_3 = 342 --152 --Paying homage to the past-- function spawn(NPC) SetRequiredQuest(NPC, QUEST_3, 2) end function hailed(NPC, Spawn) end function respawn(NPC) end