digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"QuincyBirthdayConvo2 begins." [color=orange];
		"QuincyBirthdayConvo2 begins." -> j3242057569;
		"QuincyBirthdayConvo2 begins." -> j151235296;
	j3242057569 [label="Hey Quincy! Ich hab mit Arthur geredet und er gibt dir heute Abend zu deinem Geburtstag frei.",shape=box,color=red];
		j3242057569 -> j2686164678;
	j151235296 [label="Hoffe du hast eine gute Nachtschicht an deinem Geburtstag, Quincy.",shape=box,color=red];
		j151235296 -> j901324974;
	j2686164678 [label="+20 Chemistry",color=orange];
		j2686164678 -> j3060638880;
	j901324974 [label="ja, weil ich mir gerne an meinem geburtstag auf dem dach meine die pflaumen abfrier. danke",shape=box,color=blue];
		j901324974 -> "Chat ends.";
	j3060638880 [label="waaaaahnsin, du bist echt super, mate",shape=box,color=blue];
		j3060638880 -> "Chat ends.";
	"Chat ends." [color=orange];
}