peq-quests/qeynos2/Guard_Deregan.lua
2015-03-14 16:18:39 -04:00

5 lines
251 B
Lua

function event_say(e)
if(e.message:findi("hail")) then
e.self:Say(string.format("Hail, %s. I am Deregan. I used to be an adventurer much like yourself. Of course I was not as frail and childlike as you appear to be.",e.other:GetName()));
end
end