digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurBirthdayConvo1 begins." [color=orange];
		"ArthurBirthdayConvo1 begins." -> j2632952440;
		"ArthurBirthdayConvo1 begins." -> j843096715;
	j2632952440 [label="Je sais que tu es occupé, mais je voulais juste te souhaiter un joyeux anniversaire :)",shape=box,color=red];
		j2632952440 -> j3148050322;
	j843096715 [label="Joyeux anniversaire! (Tu sais ce que signifie être \"joyeux\", hein?)",shape=box,color=red];
		j843096715 -> j2373685295;
	j3148050322 [label="+20 Chemistry",color=orange];
		j3148050322 -> j2206729812;
	j2373685295 [label="Je le sais. Tu sais ce que signifie être \"drôle\"?",shape=box,color=blue];
		j2373685295 -> "Chat ends.";
	j2206729812 [label="Je ne suis jamais trop occupé pour un message d'anniversaire, camarade. Merci.",shape=box,color=blue];
		j2206729812 -> "Chat ends.";
	"Chat ends." [color=orange];
}