mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
No EOL
203 B
Lua
7 lines
No EOL
203 B
Lua
function event_say(e)
|
|
if(e.message:findi("hail")) then
|
|
e.self:Say("Huh? Oh hi " .. e.other:GetName() .. ". Youse want to buy sumthin?");
|
|
end
|
|
end
|
|
|
|
-- END of FILE Zone:feerrott ID:47144 -- Innkeep_Gub |