mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
24 lines
No EOL
414 B
Lua
Executable file
24 lines
No EOL
414 B
Lua
Executable file
--[[
|
|
Script Name : Jenkins-Say.lua
|
|
Script Purpose : Jenkins
|
|
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, "I am rather busy.", Spawn)
|
|
|
|
end |