digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurBirthdayConvo1 begins." [color=orange];
		"ArthurBirthdayConvo1 begins." -> j2492050191;
		"ArthurBirthdayConvo1 begins." -> j671644872;
	j2492050191 [label="Ich weiß, dass du beschäftigt bist, aber ich wollte dir einfach alles Gute zum Geburtstag wünschen. :)",shape=box,color=red];
		j2492050191 -> j2678626008;
	j671644872 [label="Herzlichen & fröhlichen Glückwunsch zum Geburtstag! (Du weißt, was \"fröhlich sein\" bedeutet, oder?)",shape=box,color=red];
		j671644872 -> j1596339384;
	j2678626008 [label="+20 Chemistry",color=orange];
		j2678626008 -> j987863224;
	j1596339384 [label="Tue ich. Weißt du, was \"witzig sein\" bedeutet?",shape=box,color=blue];
		j1596339384 -> "Chat ends.";
	j987863224 [label="Ich bin nie zu beschäftigt für Geburtstagsgrüße, Mate. Das weiß ich zu schätzen.",shape=box,color=blue];
		j987863224 -> "Chat ends.";
	"Chat ends." [color=orange];
}