digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieRank6Convo10 begins." [color=orange];
		"LettieRank6Convo10 begins." -> j1613535059;
	j1613535059 [label="เฮ้\nถ้าได้ยินข่าวลืออะไร\nเกี่ยวกับ Eleanor กับฉันที่บาร์",shape=box,color=blue];
		j1613535059 -> j82335232;
	j82335232 [label="นั่นเป็นเรื่องโกหก\nทั้งนั้นเลยนะ",shape=box,color=blue];
		j82335232 -> j476615613;
	j476615613 [label="Boolean LettieEleanorBar is now true.",color=orange];
		j476615613 -> "Chat ends.";
	"Chat ends." [color=orange];
}