digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"MarieConsent begins." [color=orange];
		"MarieConsent begins." -> j3525420089;
	j3525420089 [label="Check boolean MarieDating",color=orange];
		j3525420089 -> j1726666308 [label=true,color=green];
		j3525420089 -> "Chat ends." [label=false,color=brown];
	j1726666308 [label="Check /Lotus/Scripts/1999/DialogueScriptNodes.lua:IsDatingMultiple",color=orange];
		j1726666308 -> j1985950621 [label=true,color=green];
		j1726666308 -> j1134465740 [label=false,color=brown];
	"Chat ends." [color=orange];
	j1985950621 [label="Check boolean MarieConsentComplete",color=orange];
		j1985950621 -> "Chat ends." [label=true,color=green];
		j1985950621 -> j612843399 [label=false,color=brown];
	j1134465740 [label="Check boolean MariePolyamorySuccess",color=orange];
		j1134465740 -> j1985950621 [label=true,color=green];
		j1134465740 -> "Chat ends." [label=false,color=brown];
	j612843399 [label="Mon cœur, may we speak ? Only for a moment. ",shape=box,color=blue];
		j612843399 -> j579152093;
		j612843399 -> j4133413945;
	j579152093 [label="Hi, of course. What's up?",shape=box,color=red];
		j579152093 -> j3727679012;
	j4133413945 [label="[End.]",shape=box,color=red];
		j4133413945 -> j952339130;
	j3727679012 [label="I simply wished to say that... I know your heart also belongs to another. And while I do not know them, my heart rejoices in this.",shape=box,color=blue];
		j3727679012 -> j981479000;
	j952339130 [label="Boolean MarieConsentComplete is now true.",color=orange];
		j952339130 -> "Chat ends.";
	j981479000 [label="I trust you, and if they hold a place within your soul, then I am but happy to share it it with them.",shape=box,color=blue];
		j981479000 -> j2121200787;
	j2121200787 [label="I simply hope that someday I can have a chance to meet them, oui ? The lover of my lover must, therefore, be mine, too...",shape=box,color=blue];
		j2121200787 -> j1351169552;
	j1351169552 [label="That is, if you think they would be so inclined.",shape=box,color=blue];
		j1351169552 -> j2728366695;
		j1351169552 -> j331652603;
		j1351169552 -> j2711953906;
	j2728366695 [label="You may not be their type, honestly.",shape=box,color=red];
		j2728366695 -> j2934044089;
	j331652603 [label="They would adore you, Marie. Like I do.",shape=box,color=red];
		j331652603 -> j1992792341;
	j2711953906 [label="I really don't think they could resist.",shape=box,color=red];
		j2711953906 -> j1992792341;
	j2934044089 [label="Pff ! You are terrible, my wolf. Let me have my dreams. Until then, I will have you when I have you, I suppose !",shape=box,color=blue];
		j2934044089 -> j4072137541;
	j1992792341 [label="Until then, I will have you when I have you. And I will be happy to share you with those who have come to care for you as I have.",shape=box,color=blue];
		j1992792341 -> j4072137541;
	j4072137541 [label="Someone must stand guard against the Murmure while you are off galivanting and having all the fun, after all !",shape=box,color=blue];
		j4072137541 -> j2224470326;
	j2224470326 [label="And on that note, duty calls. À la revoyure !",shape=box,color=blue];
		j2224470326 -> j952339130;
}