mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
6 lines
162 B
Lua
6 lines
162 B
Lua
function event_say(e)
|
|
if(e.message:findi("hail")) then
|
|
e.self:Emote("looks at you sternly and nods as he continues his watch.");
|
|
e.self:DoAnim(48);
|
|
end
|
|
end
|