digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurEleanor begins." [color=orange];
		"ArthurEleanor begins." -> j2598114087;
	j2598114087 [label="Hallo. Ich habe deinen Rat bezüglich Eleanor befolgt.",shape=box,color=blue];
		j2598114087 -> j17065552;
		j2598114087 -> j3027077247;
		j2598114087 -> j4006415889;
	j17065552 [label="Wie ist es gelaufen?",shape=box,color=red];
		j17065552 -> j4032697223;
	j3027077247 [label="Hast du Ratschläge befolgt? Geht es dir gut?",shape=box,color=red];
		j3027077247 -> j4067492354;
	j4006415889 [label="Bis später. [Ende.]",shape=box,color=red];
		j4006415889 -> "Chat ends.";
	j4032697223 [label="Besser als erwartet.",shape=box,color=blue];
		j4032697223 -> j364590765;
	j4067492354 [label="Klugscheißer.",shape=box,color=blue];
		j4067492354 -> j262865175;
		j4067492354 -> j4046709909;
	"Chat ends." [color=orange];
	j364590765 [label="Es war ... tatsächlich eine gute Idee.",shape=box,color=blue];
		j364590765 -> j3582622336;
	j262865175 [label="Tut mir leid, ich kann nicht anders.",shape=box,color=red];
		j262865175 -> j1045605623;
	j4046709909 [label="Es ist eine Gabe.",shape=box,color=red];
		j4046709909 -> j1045605623;
	j3582622336 [label="Daher ... danke.",shape=box,color=blue];
		j3582622336 -> j363099642;
		j3582622336 -> j2274389647;
	j1045605623 [label="Zweifelhaft.",shape=box,color=blue];
		j1045605623 -> j2332166545;
	j363099642 [label="Gern geschehen. Dafür sind Freunde da.",shape=box,color=red];
		j363099642 -> j367054140;
	j2274389647 [label="Vielleicht solltest du öfter auf mich hören.",shape=box,color=red];
		j2274389647 -> j2091622317;
	j2332166545 [label="Ich wollte nur Danke sagen. Es war eine gute Idee.",shape=box,color=blue];
		j2332166545 -> j363099642;
		j2332166545 -> j2274389647;
	j367054140 [label="+20 Chemistry",color=orange];
		j367054140 -> "Chat ends.";
	j2091622317 [label="Vergiss es.",shape=box,color=blue];
		j2091622317 -> "Chat ends.";
}