mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
5 lines
No EOL
153 B
Lua
5 lines
No EOL
153 B
Lua
function event_say(e)
|
|
if(e.message:findi("hail")) then
|
|
e.self:Emote("stares at the ground and mumbles, 'Me not allowed to talk to guests.'");
|
|
end
|
|
end |