digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieRank6Convo10 begins." [color=orange];
		"LettieRank6Convo10 begins." -> j3012036821;
	j3012036821 [label="Hey\nSolltest du Gerüchte hören\nÜber Eleanor und mich an der Bar",shape=box,color=blue];
		j3012036821 -> j4043373167;
	j4043373167 [label="Alles gelogen",shape=box,color=blue];
		j4043373167 -> j476615613;
	j476615613 [label="Boolean LettieEleanorBar is now true.",color=orange];
		j476615613 -> "Chat ends.";
	"Chat ends." [color=orange];
}