digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurBirthdayConvo1 begins." [color=orange];
		"ArthurBirthdayConvo1 begins." -> j4092019058;
		"ArthurBirthdayConvo1 begins." -> j3035528879;
	j4092019058 [label="I know you're busy, but I just wanted to say Happy Birthday. :)",shape=box,color=red];
		j4092019058 -> j2310330097;
	j3035528879 [label="Happy Birthday! (You do know what being \"happy\" is, right?)",shape=box,color=red];
		j3035528879 -> j1476754443;
	j2310330097 [label="+20 Chemistry",color=orange];
		j2310330097 -> j3967094995;
	j1476754443 [label="I do. Do you know what being ‘funny’ is?",shape=box,color=blue];
		j1476754443 -> "Chat ends.";
	j3967094995 [label="Never too busy for a birthday greeting, mate. Appreciate it.",shape=box,color=blue];
		j3967094995 -> "Chat ends.";
	"Chat ends." [color=orange];
}