digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurBirthdayConvo2 begins." [color=orange];
		"ArthurBirthdayConvo2 begins." -> j748286142;
		"ArthurBirthdayConvo2 begins." -> j2304099847;
	j748286142 [label="Alles Gute zum Geburtstag an Eleanors kleinen Bruder!",shape=box,color=red];
		j748286142 -> j973613557;
	j2304099847 [label="Alles Gute zum Geburtstag, Arthur. Irgendwelche Pläne?",shape=box,color=red];
		j2304099847 -> j3347908232;
	j973613557 [label="Na wunderbar. Jetzt hab ich zwei von euch, dir mich das nie vergessen lassen.",shape=box,color=blue];
		j973613557 -> "Chat ends.";
	j3347908232 [label="+20 Chemistry",color=orange];
		j3347908232 -> j3773884218;
	"Chat ends." [color=orange];
	j3773884218 [label="Danke! Nett, dass du daran denkst. Vielleicht mache ich heute eine halbe Stunde früher Feierabend. Habe mich noch nicht entschieden.",shape=box,color=blue];
		j3773884218 -> "Chat ends.";
}