digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieRank6Convo10 begins." [color=orange];
		"LettieRank6Convo10 begins." -> j2716378312;
	j2716378312 [label="ねぇ\n噂が届いてるかも\nEleanorとアタシがバーにいたって",shape=box,color=blue];
		j2716378312 -> j1876980400;
	j1876980400 [label="デタラメよ\n全部ね",shape=box,color=blue];
		j1876980400 -> j476615613;
	j476615613 [label="Boolean LettieEleanorBar is now true.",color=orange];
		j476615613 -> "Chat ends.";
	"Chat ends." [color=orange];
}