mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
9 lines
181 B
Lua
9 lines
181 B
Lua
function event_say(e)
|
|
if(e.message:findi("hail")) then
|
|
e.self:Say("Haawwwl. Whasnsuud grurffnunnnsuuuss.");
|
|
end
|
|
end
|
|
|
|
function event_signal(e)
|
|
e.self:Say("Yes, sir!");
|
|
end
|