digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"QuincyBirthdayConvo2 begins." [color=orange];
		"QuincyBirthdayConvo2 begins." -> j1504790616;
		"QuincyBirthdayConvo2 begins." -> j2792084705;
	j1504790616 [label="Hey Quincy! I talked Arthur into giving you the night off for your birthday.",shape=box,color=red];
		j1504790616 -> j2784356355;
	j2792084705 [label="Have a good shift tonight on your birthday, Quincy.",shape=box,color=red];
		j2792084705 -> j1824076603;
	j2784356355 [label="+20 Chemistry",color=orange];
		j2784356355 -> j246152703;
	j1824076603 [label="yea love freezing my plums off on the roof on my bday thnx",shape=box,color=blue];
		j1824076603 -> "Chat ends.";
	j246152703 [label="sweeeeeeet, ur the best, m8",shape=box,color=blue];
		j246152703 -> "Chat ends.";
	"Chat ends." [color=orange];
}