digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"FlareBirthdayConvo3 begins." [color=orange];
		"FlareBirthdayConvo3 begins." -> j1381321099;
	j1381321099 [label="Check boolean FlareLizzieIntroComplete",color=orange];
		j1381321099 -> j3351965935 [label=true,color=green];
		j1381321099 -> j575354248 [label=true,color=green];
		j1381321099 -> j3609174852 [label=true,color=green];
		j1381321099 -> j4037313488 [label=true,color=green];
		j1381321099 -> j3351965935 [label=false,color=brown];
		j1381321099 -> j575354248 [label=false,color=brown];
	j3351965935 [label="Happy Birthday, Flare! How about a few rounds of pinball in the arcade?",shape=box,color=red];
		j3351965935 -> j125066226;
	j575354248 [label="Hey Flare, first drinks are on me at the bar. Happy Birthday.",shape=box,color=red];
		j575354248 -> j291675084;
	j3609174852 [label="Hey Lizzie, it's Flare's birthday. Maybe you could leave them alone today?",shape=box,color=red];
		j3609174852 -> j670001667;
	j4037313488 [label="I made you a birthday cake. It's in the dumpster. Actually, it *is* the dumpster.",shape=box,color=red];
		j4037313488 -> j4283213888;
	j125066226 [label="pass",shape=box,color=blue];
		j125066226 -> "Chat ends.";
	j291675084 [label="+5 Chemistry",color=orange];
		j291675084 -> j1147811762;
	j670001667 [label="maybe You could mind Your own business",shape=box,color=blue];
		j670001667 -> "Chat ends.";
	j4283213888 [label="+5 Chemistry",color=orange];
		j4283213888 -> j2982812102;
	"Chat ends." [color=orange];
	j1147811762 [label="thanks, space traveler. good to have friends who remember",shape=box,color=blue];
		j1147811762 -> "Chat ends.";
	j2982812102 [label="THIS DEMON SPOILS US!! ... We will begin to think You are trying to steal us away from Flare ;) ",shape=box,color=blue];
		j2982812102 -> "Chat ends.";
}