mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
178 B
Lua
7 lines
178 B
Lua
-- Non Epic Dark Elf Blacksmith
|
|
|
|
function event_say(e)
|
|
if(e.message:findi("Hail")) then
|
|
e.self:Say("So much to do, so little time! We have a tight deadline here!");
|
|
end
|
|
end
|