digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"MarieLyonRepair begins." [color=orange];
		"MarieLyonRepair begins." -> j383727168;
	j383727168 [label="Check boolean MarieFamilyFail",color=orange];
		j383727168 -> j2412278059 [label=true,color=green];
		j383727168 -> "Chat ends." [label=false,color=brown];
	j2412278059 [label="Mein Seelenbruder schickt mich zu dir. Er bittet mich inständig, ma décision, dir in der Angelegenheit von Monsieur Loid nicht beizustehen, zu überdenken.",shape=box,color=blue];
		j2412278059 -> j36069499;
		j2412278059 -> j1216408847;
		j2412278059 -> j2344302782;
	"Chat ends." [color=orange];
	j36069499 [label="Ich wünschte wirklich, du würdest uns helfen, Marie.",shape=box,color=red];
		j36069499 -> j1501643468;
	j1216408847 [label="Wir brauchen dich, Marie. Ohne dich ist alles sinnlos. Bitte. Kannst du mir verzeihen?",shape=box,color=red];
		j1216408847 -> j2483041432;
	j2344302782 [label="Es tut mir leid, dass ich dich enttäuscht habe. Aber bitte, lass es nicht an Loid aus. Oder an der Familie oben.",shape=box,color=red];
		j2344302782 -> j1091669427;
	j1501643468 [label="Ich bin lediglich hier, um dir zu sagen, dass du Lyons Freundlichkeit nicht ausnutzen solltest, um deine eigenen Fehler auszubügeln.",shape=box,color=blue];
		j1501643468 -> "Chat ends.";
	j2483041432 [label="Oui ... das kann ich. Meine momentane Wut auf dich sollte ohnehin nicht auf andere abfärben.",shape=box,color=blue];
		j2483041432 -> j1771793698;
	j1091669427 [label="Oui ... damit hast du recht. Meine momentane Wut auf dich sollte nicht auf andere abfärben.",shape=box,color=blue];
		j1091669427 -> j1195507428;
	j1771793698 [label="Daher, sage ich, na gut. Ich werde dir helfen. Tu auras mon aide.",shape=box,color=blue];
		j1771793698 -> j3151953893;
	j1195507428 [label="Zorn den ich bereue, daher vergebe ich dir.",shape=box,color=blue];
		j1195507428 -> j1771793698;
	j3151953893 [label="Boolean MarieFamilySuccess is now true.",color=orange];
		j3151953893 -> j2529015854;
	j2529015854 [label="Boolean MarieFamilyFail is now false.",color=orange];
		j2529015854 -> "Chat ends.";
}