digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"AmirBirthdayConvo2 begins." [color=orange];
		"AmirBirthdayConvo2 begins." -> j3168535310;
		"AmirBirthdayConvo2 begins." -> j1523757507;
	j3168535310 [label="Joyeux anniversaire, Amir. Je ne t'ai rien offert.",shape=box,color=red];
		j3168535310 -> j488123928;
	j1523757507 [label="Salut Amir. Joyeux anniversaire. J'espère que tu t'amuses bien!",shape=box,color=red];
		j1523757507 -> j3207684470;
	j488123928 [label="oh. eh bien. c'est l'intention qui compte je suppose. ... et l'effort minimal. ... merci",shape=box,color=blue];
		j488123928 -> "Chat ends.";
	j3207684470 [label="+20 Chemistry",color=orange];
		j3207684470 -> j595202927;
	"Chat ends." [color=orange];
	j595202927 [label="OUI AUJOURD'HUI TOUT EST BEAU JE SUIS DEBOUT DEPUIS 12.01 ON A BU DES BOISSONS ÉNERGISANTES ET JOUÉ DANS L'ARCADE ET AOI M'A FAIT UNE SALLE DE PELUCHES ET J'AI VOMI DANS LA SALLE DE PELUCHES",shape=box,color=blue];
		j595202927 -> "Chat ends.";
}