--[[ Script Name : SpawnScripts/The Vault of the Fallen/tseralithdoor.lua Script Author : Premierio015 Script Date : 2021.07.17 12:07:40 Script Purpose : : --]] function spawn(NPC) CloseDoor(NPC) end function respawn(NPC) spawn(NPC) end