{"Lady Aeryn, at last I am back home! [tell her your story]",jump="return",cond=function(npc,player)returnplayer:hasQuest("start-sunwall")andnotplayer:isQuestStatus("start-sunwall",engine.Quest.COMPLETED,"slazish")andnotplayer:isQuestStatus("start-sunwall",engine.Quest.COMPLETED,"return")end,action=function(npc,player)player:setQuestStatus("start-sunwall",engine.Quest.COMPLETED,"return")end},
{"Lady Aeryn, at last I am back home! [tell her your story]",jump="return",cond=function(npc,player)returnplayer:hasQuest("start-sunwall")andplayer:isQuestStatus("start-sunwall",engine.Quest.COMPLETED,"slazish")andnotplayer:isQuestStatus("start-sunwall",engine.Quest.COMPLETED,"return")end,action=function(npc,player)player:setQuestStatus("start-sunwall",engine.Quest.COMPLETED,"return")end},
{"Tell me more about the Gates of Morning.",jump="explain-gates",cond=function(npc,player)returnplayer.faction~="sunwall"end},
{"Before I came here, I happened upon members of the Sunwall in Maj'Eyal. Do you know of this?.",jump="sunwall_west",cond=function(npc,player)returngame.state.found_sunwall_westandnotnpc.been_asked_sunwall_westend,action=function(npc,player)npc.been_asked_sunwall_west=trueend},
{"I need help in my hunt for clues about the staff.",jump="clues",cond=function(npc,player)returngame.state:isAdvanced()andnotplayer:hasQuest("orc-pride")end},