digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurEleanor begins." [color=orange];
		"ArthurEleanor begins." -> j1901103051;
	j1901103051 [label="Hey. I took your advice about Eleanor.",shape=box,color=blue];
		j1901103051 -> j2632643240;
		j1901103051 -> j111620351;
		j1901103051 -> j2818451129;
	j2632643240 [label="How'd it go?",shape=box,color=red];
		j2632643240 -> j540717594;
	j111620351 [label="You took advice? Are you feeling all right?",shape=box,color=red];
		j111620351 -> j554310713;
	j2818451129 [label="Brb. [End.]",shape=box,color=red];
		j2818451129 -> "Chat ends.";
	j540717594 [label="Better than I'd thought it would.",shape=box,color=blue];
		j540717594 -> j983077489;
	j554310713 [label="Smartass.",shape=box,color=blue];
		j554310713 -> j1414090390;
		j554310713 -> j17365250;
	"Chat ends." [color=orange];
	j983077489 [label="Turns out it was...a good idea, actually.",shape=box,color=blue];
		j983077489 -> j326010316;
	j1414090390 [label="Sorry, can't help it.",shape=box,color=red];
		j1414090390 -> j3063512753;
	j17365250 [label="It's a gift.",shape=box,color=red];
		j17365250 -> j3063512753;
	j326010316 [label="So...thanks.",shape=box,color=blue];
		j326010316 -> j4109721223;
		j326010316 -> j16594886;
	j3063512753 [label="Debatable.",shape=box,color=blue];
		j3063512753 -> j1216522276;
	j4109721223 [label="Anytime. That's what friends are for.",shape=box,color=red];
		j4109721223 -> j367054140;
	j16594886 [label="Maybe you should listen to me more often.",shape=box,color=red];
		j16594886 -> j3935677924;
	j1216522276 [label="I just wanted to say thanks. It was a good idea.",shape=box,color=blue];
		j1216522276 -> j4109721223;
		j1216522276 -> j16594886;
	j367054140 [label="+20 Chemistry",color=orange];
		j367054140 -> "Chat ends.";
	j3935677924 [label="Never mind.",shape=box,color=blue];
		j3935677924 -> "Chat ends.";
}