projecteq-projecteqquests/dreadspire/a_servant.lua
2023-07-13 07:43:40 -06:00

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