bonebladedclaymore.lua 545 B

123456789101112131415161718
  1. --[[
  2. Script Name : SpawnScripts/Stormhold/bonebladedclaymore.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 == "grab the sword" then
  12. SendMessage(Spawn, "As you near the sword, a ringing in your mind drives you back. You know somewhere in the back of your mind that the sword's previous owner must be destroyed before you can claim it as your own.", "yellow")
  13. end
  14. end