digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"MinervaBirthdayConvo3 begins." [color=orange];
		"MinervaBirthdayConvo3 begins." -> j1909031608;
		"MinervaBirthdayConvo3 begins." -> j1787887654;
	j1909031608 [label="Am I allowed to wish you a happy birthday? Or does that fall under classified information?",shape=box,color=red];
		j1909031608 -> j4209335938;
	j1787887654 [label="So, is today *actually* your birthday? Or just a fake date like your fake username and other spy stuff?",shape=box,color=red];
		j1787887654 -> j3263898694;
	j4209335938 [label="+20 Chemistry",color=orange];
		j4209335938 -> j244704872;
	j3263898694 [label="MomToxicated: That's classified.",shape=box,color=blue];
		j3263898694 -> "Chat ends.";
	j244704872 [label="MomToxicated: Heh. If this even *is* my birthday. ;) ",shape=box,color=blue];
		j244704872 -> j508781004;
	"Chat ends." [color=orange];
	j508781004 [label="MomToxicated: Thanks.",shape=box,color=blue];
		j508781004 -> "Chat ends.";
}