digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieRank6Convo10 begins." [color=orange];
		"LettieRank6Convo10 begins." -> j3465241844;
	j3465241844 [label="Ei\nSe você escutar alguma coisa\nSobre a Eleanor e eu no bar",shape=box,color=blue];
		j3465241844 -> j3220749830;
	j3220749830 [label="É mentira\nÉ tudo mentira",shape=box,color=blue];
		j3220749830 -> j476615613;
	j476615613 [label="Boolean LettieEleanorBar is now true.",color=orange];
		j476615613 -> "Chat ends.";
	"Chat ends." [color=orange];
}