digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurRank6Convo6 begins." [color=orange];
		"ArthurRank6Convo6 begins." -> j621178140;
		"ArthurRank6Convo6 begins." -> j3856646659;
	j621178140 [label="What's up, A?",shape=box,color=red];
		j621178140 -> j1987517687;
	j3856646659 [label="How's it going?",shape=box,color=red];
		j3856646659 -> j1987517687;
	j1987517687 [label="Aoi magnetized my keys and stuck them to the I-beam on the ceiling of the main atrium in the mall.",shape=box,color=blue];
		j1987517687 -> j2905150925;
	j2905150925 [label="You wouldn't happen to have any warframes that can fly, would you?",shape=box,color=blue];
		j2905150925 -> j3170184515;
		j2905150925 -> j3458264289;
	j3170184515 [label="Mm, no, sorry. You're out of luck.",shape=box,color=red];
		j3170184515 -> j262906243;
	j3458264289 [label="LOL. Yeah. I'll be right there.",shape=box,color=red];
		j3458264289 -> j728467567;
	j262906243 [label="Sigh. All right, I'll figure something out. Thanks anyway.",shape=box,color=blue];
		j262906243 -> "Chat ends.";
	j728467567 [label="*Fantastic.* I was getting real sick of lobbing javelins at them.",shape=box,color=blue];
		j728467567 -> "Chat ends.";
	"Chat ends." [color=orange];
}