BattlePriestChest.lua 379 B

123456789101112131415161718
  1. --[[
  2. Script Name : SpawnScripts/Stormhold/QstKeychest6.lua
  3. Script Author : neatz09
  4. Script Date : 2022.03.14
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function casted_on(NPC, Spawn, Message)
  11. if Message == "Open" then
  12. SendMessage(Spawn, "The lock holds strong after all these years.", "white")
  13. end
  14. end