digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurBirthdayConvo3 begins." [color=orange];
		"ArthurBirthdayConvo3 begins." -> j2882612193;
		"ArthurBirthdayConvo3 begins." -> j2481334775;
	j2882612193 [label="Hi. Just wanted to say happy birthday. Glad I was here to see it.",shape=box,color=red];
		j2882612193 -> j1468677507;
	j2481334775 [label="Happy Birthday. Try extra hard not to die today. It'd ruin the vibe.",shape=box,color=red];
		j2481334775 -> j749161762;
	j1468677507 [label="+20 Chemistry",color=orange];
		j1468677507 -> j2017751643;
	j749161762 [label="Look, I know you’ve been through a lot yourself, but there’s a time and a place for gallows humour.",shape=box,color=blue];
		j749161762 -> "Chat ends.";
	j2017751643 [label="We’ve had some close calls, haven’t we? Thanks for having my back, today and every other day.",shape=box,color=blue];
		j2017751643 -> "Chat ends.";
	"Chat ends." [color=orange];
}