QstKeychest61.lua 386 B

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