mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
10 lines
684 B
Lua
10 lines
684 B
Lua
function event_say(e)
|
|
if(e.message:findi("Hail")) then
|
|
e.self:Emote("sets down a wooden stave and brushes the wood chips from his apron. 'Good day to you! Might I suggest a fine bow or perhaps you need fletching material? Whatever widdling component it may be, Klok Gogon sells it.");
|
|
end
|
|
end
|
|
|
|
-------------------------------------------------------------------------------------------------
|
|
-- Converted to .lua using MATLAB converter written by Stryd and manual edits by Speedz
|
|
-- Find/replace data for .pl --> .lua conversions provided by Speedz, Stryd, Sorvani and Robregen
|
|
-------------------------------------------------------------------------------------------------
|