digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"QuincyBirthdayConvo3 begins." [color=orange];
		"QuincyBirthdayConvo3 begins." -> j3504528334;
		"QuincyBirthdayConvo3 begins." -> j3457297982;
	j3504528334 [label="Tu veux sortir en boîte ce soir pour ton anniversaire?",shape=box,color=red];
		j3504528334 -> j494263843;
	j3457297982 [label="Que dirais-tu de passer une soirée tranquille avec l'Hexagone pour ton anniversaire?",shape=box,color=red];
		j3457297982 -> j4096277646;
	j494263843 [label="+20 Chemistry",color=orange];
		j494263843 -> j837887718;
	j4096277646 [label="ouais, on pourra avoir des petits chapeaux en papier et tout. POU.RRI.",shape=box,color=blue];
		j4096277646 -> "Chat ends.";
	j837887718 [label="hahahaha mais trop, on va illuminer cette ville ce soir, gros!",shape=box,color=blue];
		j837887718 -> "Chat ends.";
	"Chat ends." [color=orange];
}