digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieRank6Convo10 begins." [color=orange];
		"LettieRank6Convo10 begins." -> j970636989;
	j970636989 [label="Hey\nIf you hear rumors\nAbout Eleanor and me at the bar",shape=box,color=blue];
		j970636989 -> j4036793379;
	j4036793379 [label="Lies\nAll of them",shape=box,color=blue];
		j4036793379 -> j476615613;
	j476615613 [label="Boolean LettieEleanorBar is now true.",color=orange];
		j476615613 -> "Chat ends.";
	"Chat ends." [color=orange];
}