digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"QuincyBirthdayConvo1 begins." [color=orange];
		"QuincyBirthdayConvo1 begins." -> j3126134891;
		"QuincyBirthdayConvo1 begins." -> j2169398964;
	j3126134891 [label="Alles Gute zum Geburtstag, Quincy. Du siehst gut aus, wie immer.",shape=box,color=red];
		j3126134891 -> j3216884167;
	j2169398964 [label="Herzlichen Glückwunsch zum Geburtstag! Fühlst du dich schon alt?",shape=box,color=red];
		j2169398964 -> j1932827082;
	j3216884167 [label="+20 Chemistry",color=orange];
		j3216884167 -> j2852786172;
	j1932827082 [label="fühle ich mich alt?! na, als ob du was dazu sagen solltest. wie alt bist du? weißt du es überhaupt? vollidiot",shape=box,color=blue];
		j1932827082 -> "Chat ends.";
	j2852786172 [label="was hast du erwartet lol. könnte das gleiche über dich sagen. warte. wie alt bist du überhaupt?!",shape=box,color=blue];
		j2852786172 -> "Chat ends.";
	"Chat ends." [color=orange];
}