Guard_Diff.lua - Quest File
xxxxxxxxxx
1
function event_say(e)
2
if(e.message:findi("mistress anna")) then
3
e.self:Say("Mistress! Aptly named, that one. You are speaking of the Highpass hussy. That is what everyone calls her, at least behind her back, that is. Just as Highpass, she is beautiful and frequently traveled. I have heard rumors that Carson has been seeing her, but how can that be true? He has Lady McCabe. What else does he need?");
4
end
5
end
6
7
function event_trade(e)
8
local item_lib = require("items");
9
item_lib.return_items(e.self, e.other, e.trade)
10
end
11
Quest Source: 28 May 2022