digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieBirthdayConvo3 begins." [color=orange];
		"LettieBirthdayConvo3 begins." -> j2314986643;
		"LettieBirthdayConvo3 begins." -> j1274433064;
	j2314986643 [label="Hey! Have any fun plans for your birthday? Like going to bed early?",shape=box,color=red];
		j2314986643 -> j2394407171;
	j1274433064 [label="Happy Birthday! Let's go out to the clubs!",shape=box,color=red];
		j1274433064 -> j2679534540;
	j2394407171 [label="+20 Chemistry",color=orange];
		j2394407171 -> j1501517806;
	j2679534540 [label="Jajajaja\n*No*",shape=box,color=blue];
		j2679534540 -> "Chat ends.";
	j1501517806 [label="Jajajajaja\nAaayyy, sí\nHot bath and a nap, the birthday of my dreams",shape=box,color=blue];
		j1501517806 -> "Chat ends.";
	"Chat ends." [color=orange];
}