123456789101112131415161718 |
- --[[
- Script Name : SpawnScripts/Stormhold/QstKeychest4.lua
- Script Author : neatz09
- Script Date : 2022.03.14
- Script Purpose :
- :
- --]]
- function spawn(NPC)
- end
- function casted_on(NPC, Spawn, Message)
- if Message == "Open" then
- SendMessage(Spawn, "The lock holds strong after all these years.", "white")
- end
- end
|