digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"EleanorBirthdayConvo2 begins." [color=orange];
		"EleanorBirthdayConvo2 begins." -> j1324161022;
		"EleanorBirthdayConvo2 begins." -> j3238930987;
	j1324161022 [label="Herzlichen Glückwunsch, auf einen weiteren Geburtstag, den du erlebt hast!",shape=box,color=red];
		j1324161022 -> j3614531332;
	j3238930987 [label="Alles Gute zum Geburtstag, Eleanor. Ich bin froh, dass du noch hier bist.",shape=box,color=red];
		j3238930987 -> j2440205094;
	j3614531332 [label="Du hast es nicht überprüft. Zum Glück für dich bin ich tatsächlich noch am Leben. Denn das hätte verdammt peinlich werden können, oder?",shape=box,color=blue];
		j3614531332 -> "Chat ends.";
	j2440205094 [label="+20 Chemistry",color=orange];
		j2440205094 -> j2741710976;
	"Chat ends." [color=orange];
	j2741710976 [label="Vielen Dank, lieber Drifter. Ich auch.",shape=box,color=blue];
		j2741710976 -> "Chat ends.";
}