CurysKasin.lua 445 B

123456789101112131415161718192021222324
  1. --[[
  2. Script Name : CurysKasin-Say.lua
  3. Script Purpose : Curys Kasin
  4. Script Author : Jabantiz
  5. Script Date : 08/29/2019
  6. Script Notes : Auto-Generated from a chat log using SpawnScriptDesigner, Say()'s ONLY
  7. --]]
  8. require "SpawnScripts/Generic/DialogModule"
  9. function spawn(NPC)
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end
  14. function hailed(NPC, Spawn)
  15. Say(NPC, "All praise Rodcet Nife and his greatness!", Spawn)
  16. end