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 -> j3055467204 [label=false,color=brown];
	j1134465740 [label="Check boolean MariePolyamorySuccess",color=orange];
		j1134465740 -> j1985950621 [label=true,color=green];
		j1134465740 -> "Chat ends." [label=false,color=brown];
	j3055467204 [label="Mon cœur, können wir reden ? Nur für einen Moment.",shape=box,color=blue];
		j3055467204 -> j1987423158;
		j3055467204 -> j2202761321;
	j1987423158 [label="Hallo, klar. Was gibt's?",shape=box,color=red];
		j1987423158 -> j1987661211;
	j2202761321 [label="[Ende.]",shape=box,color=red];
		j2202761321 -> j952339130;
	j1987661211 [label="Ich wollte nur sagen, dass ... ich weiß, dass dein Herz auch jemand anderem gehört. Und obwohl ich diese Person nicht kenne, freut sich mein Herz darüber.",shape=box,color=blue];
		j1987661211 -> j2901237387;
	j952339130 [label="Boolean MarieConsentComplete is now true.",color=orange];
		j952339130 -> "Chat ends.";
	j2901237387 [label="Ich vertraue dir, und wenn diese Person einen Platz in deiner Seele hat, dann freue ich mich sehr, diesen zu teilen.",shape=box,color=blue];
		j2901237387 -> j2770496735;
	j2770496735 [label="Ich hoffe einfach, dass wir uns eines Tages kennenlernen, oui ? Die Liebe meiner Liebe muss auch meine Liebe sein ...",shape=box,color=blue];
		j2770496735 -> j635083316;
	j635083316 [label="Das heißt, falls du denkst, dass diese Person dazu geneigt wäre.",shape=box,color=blue];
		j635083316 -> j1812409555;
		j635083316 -> j1353787367;
		j635083316 -> j943383269;
	j1812409555 [label="Ehrlich gesagt, bist du vielleicht nicht der richtige Typ.",shape=box,color=red];
		j1812409555 -> j2261702349;
	j1353787367 [label="Sie würde dich verehren, Marie. Genau wie ich.",shape=box,color=red];
		j1353787367 -> j214496252;
	j943383269 [label="Ich glaube wirklich nicht, dass sie widerstehen könnte.",shape=box,color=red];
		j943383269 -> j214496252;
	j2261702349 [label="Pff! Du bist schrecklich, mein Wolf. Lass mich meine Träume haben. Bis dahin habe ich dich, wenn ich dich habe, nehme ich an !",shape=box,color=blue];
		j2261702349 -> j239540964;
	j214496252 [label="Bis dahin werde ich dich haben, wann immer ich dich habe. Und ich werde dich gerne mit denen teilen, die dich genauso lieben wie ich.",shape=box,color=blue];
		j214496252 -> j239540964;
	j239540964 [label="Irgendjemand muss ja schließlich Wache halten vor dem Raunen, während du herumtollst und dich vergnügst !",shape=box,color=blue];
		j239540964 -> j3621422086;
	j3621422086 [label="Und damit ruft die Pflicht. À la revoyure !",shape=box,color=blue];
		j3621422086 -> j952339130;
}