digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurRank6Convo10 begins." [color=orange];
		"ArthurRank6Convo10 begins." -> j3093508572;
		"ArthurRank6Convo10 begins." -> j3886866016;
	j3093508572 [label="Hey Arthur. How's it hanging?",shape=box,color=red];
		j3093508572 -> j997402675;
	j3886866016 [label="What're you up to today?",shape=box,color=red];
		j3886866016 -> j3476791584;
	j997402675 [label="I made the foolish decision to play Amir in Ollie's Crash Course.",shape=box,color=blue];
		j997402675 -> j3103321666;
	j3476791584 [label="Quincy and I are about to go out on recon together. His idea, not mine.",shape=box,color=blue];
		j3476791584 -> j2495789618;
	j3103321666 [label="And now I am deeply annoyed that he keeps beating my high score.",shape=box,color=blue];
		j3103321666 -> j1614063157;
	j2495789618 [label="It's strange, our relationship. We don't speak much.",shape=box,color=blue];
		j2495789618 -> j1195391953;
	j1614063157 [label="... I have spent twenty six hours over the past two days playing this game.",shape=box,color=blue];
		j1614063157 -> j2335489853;
	j1195391953 [label="But we both know we'd die for each other if it came down to it.",shape=box,color=blue];
		j1195391953 -> j1207434266;
	j2335489853 [label="Please get Lettie to tranquilize me if I go near that blasted thing again.",shape=box,color=blue];
		j2335489853 -> "Chat ends.";
	j1207434266 [label="I guess sometimes, that's what family is, \"innit?\"",shape=box,color=blue];
		j1207434266 -> "Chat ends.";
	"Chat ends." [color=orange];
}