Code: Select all
function hailed(NPC, Spawn)
FaceTarget(NPC, Spawn)
local conversation = CreateConversation()
StartConversation(conversation, NPC, Spawn, "Good day to you. I've been hearing reports that the Peat Bog isn't safe right now. I hope you didn't have any trouble if you came in that way.")
if not HasQuest(Spawn, 240) then
AddConversationOption(conversation, "What kind of trouble is out in the bog?", "Option4")
end
end