digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LyonConsent begins." [color=orange];
		"LyonConsent begins." -> j3531908618;
	j3531908618 [label="Check boolean LyonDating",color=orange];
		j3531908618 -> j1809468205 [label=true,color=green];
		j3531908618 -> "Chat ends." [label=false,color=brown];
	j1809468205 [label="Check /Lotus/Scripts/1999/DialogueScriptNodes.lua:IsDatingMultiple",color=orange];
		j1809468205 -> j1181132753 [label=true,color=green];
		j1809468205 -> j1316396836 [label=false,color=brown];
	"Chat ends." [color=orange];
	j1181132753 [label="Check boolean LyonConsentComplete",color=orange];
		j1181132753 -> "Chat ends." [label=true,color=green];
		j1181132753 -> j2714890705 [label=false,color=brown];
	j1316396836 [label="Check boolean LyonPolyamorySuccess",color=orange];
		j1316396836 -> j1181132753 [label=true,color=green];
		j1316396836 -> "Chat ends." [label=false,color=brown];
	j2714890705 [label="I wish, if I may, to discuss something briefly that I think would put both of our minds at ease, mon miracle.",shape=box,color=blue];
		j2714890705 -> j1364493986;
		j2714890705 -> j137134394;
	j1364493986 [label="[End.]",shape=box,color=red];
		j1364493986 -> j3944516755;
	j137134394 [label="Is something wrong, Lyon?",shape=box,color=red];
		j137134394 -> j3350275045;
	j3944516755 [label="Boolean LyonConsentComplete is now true.",color=orange];
		j3944516755 -> "Chat ends.";
	j3350275045 [label="No, nothing is the matter. I simply wished to say that I know you spend time with another in an... amorous way, when you are not with me.",shape=box,color=blue];
		j3350275045 -> j392826153;
	j392826153 [label="And I simply wished to assure you that this does not give me pause nor unease. Your presence in my life has brought me nothing but peace, nothing but joy...",shape=box,color=blue];
		j392826153 -> j3316743480;
	j3316743480 [label="And how could I ever deny that kind of gift to be bestowed upon another?",shape=box,color=blue];
		j3316743480 -> j3116241951;
		j3316743480 -> j2617093397;
	j3116241951 [label="I do think they would adore you, for what it's worth.",shape=box,color=red];
		j3116241951 -> j3687831846;
	j2617093397 [label="Thank you. That means a lot to me.",shape=box,color=red];
		j2617093397 -> j280021566;
	j3687831846 [label="The thought of it makes me smile. And who knows, perhaps in another life, or another day, we may meet. ",shape=box,color=blue];
		j3687831846 -> j4272767267;
	j280021566 [label="As we are - as I am, with all you have brought me, all that we represent... I am content. Nay, I am... happy. For the first time in a very, very long time.",shape=box,color=blue];
		j280021566 -> j3596562676;
	j4272767267 [label="But in this one, I am content as we are. Nay, I am... happy. For the first time in a very, very long time.",shape=box,color=blue];
		j4272767267 -> j3596562676;
	j3596562676 [label="And I have you to thank for it. For now, however, I bid you farewell.",shape=box,color=blue];
		j3596562676 -> j698039068;
	j698039068 [label="- Lyon",shape=box,color=blue];
		j698039068 -> j3944516755;
}