digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieRank6Convo10 begins." [color=orange];
		"LettieRank6Convo10 begins." -> j2548957687;
	j2548957687 [label="嘿\n如果你聽到謠言\n在酒吧，關於愛琳娜和我的謠言",shape=box,color=blue];
		j2548957687 -> j3541918561;
	j3541918561 [label="那都是謊言\n全部都是",shape=box,color=blue];
		j3541918561 -> j476615613;
	j476615613 [label="Boolean LettieEleanorBar is now true.",color=orange];
		j476615613 -> "Chat ends.";
	"Chat ends." [color=orange];
}