digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"QuincyBirthdayConvo3 begins." [color=orange];
		"QuincyBirthdayConvo3 begins." -> j4253617012;
		"QuincyBirthdayConvo3 begins." -> j2400784469;
	j4253617012 [label="Want to hit the clubs tonight for your birthday?",shape=box,color=red];
		j4253617012 -> j2086905632;
	j2400784469 [label="How about we do a quiet night in for your birthday with the Hex?",shape=box,color=red];
		j2400784469 -> j2256884157;
	j2086905632 [label="+20 Chemistry",color=orange];
		j2086905632 -> j2217150633;
	j2256884157 [label="yea n we can get lil paper hats n everything. laaaaaame",shape=box,color=blue];
		j2256884157 -> "Chat ends.";
	j2217150633 [label="hahahaha u kno it, lets light this city UP, cuz!",shape=box,color=blue];
		j2217150633 -> "Chat ends.";
	"Chat ends." [color=orange];
}