12345678910111213141516171819 |
- --[[
- Script Name : SpawnScripts/Stormhold/QstKeychest61.lua
- Script Author : Dorbin
- Script Date : 2022.04.30 03:04:13
- 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
|