QstKeychest8.lua 419 B

12345678910111213141516171819
  1. --[[
  2. Script Name : SpawnScripts/Stormhold/QstKeychest8.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.04.30 03:04:29
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function casted_on(NPC, Spawn, Message)
  11. if Message == "Open" then
  12. Say(NPC, "Need to add a delay")
  13. SendMessage(Spawn, "The lock holds strong after all these years.", "white")
  14. end
  15. end