--[[ Script Name : SpawnScripts/DrayeksChamber/aKromiseroyalguard.lua Script Author : Neveruary Script Date : 2022.07.17 09:07:39 Script Purpose : Governs the behavior of a Kromise Royal Guard in Drayek's Chamber. Script Notes : Spell collects are pending. --]] function spawn(NPC) end function respawn(NPC) spawn(NPC) end