123456789101112131415161718192021222324 |
- --[[
- Script Name : CurysKasin-Say.lua
- Script Purpose : Curys Kasin
- Script Author : Jabantiz
- Script Date : 08/29/2019
- Script Notes : Auto-Generated from a chat log using SpawnScriptDesigner, Say()'s ONLY
- --]]
- require "SpawnScripts/Generic/DialogModule"
- function spawn(NPC)
- end
- function respawn(NPC)
- spawn(NPC)
- end
- function hailed(NPC, Spawn)
- Say(NPC, "All praise Rodcet Nife and his greatness!", Spawn)
- end
|