digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"AmirBirthdayConvo1 begins." [color=orange];
		"AmirBirthdayConvo1 begins." -> j3865937747;
		"AmirBirthdayConvo1 begins." -> j1688271029;
	j3865937747 [label="Amir! You have successfully completed another circuit around Sol! Congratulations!",shape=box,color=red];
		j3865937747 -> j1033275959;
	j1688271029 [label="It’s your birthday, Amir! Maybe a good time to do some growing up?",shape=box,color=red];
		j1688271029 -> j1117170860;
	j1033275959 [label="+20 Chemistry",color=orange];
		j1033275959 -> j2435466462;
	j1117170860 [label="GASP!! i can't believe you'd just leave something that lying around where my inner child could read it!! WON'T SOMEBODY THINK OF THE CHILDREN?!",shape=box,color=blue];
		j1117170860 -> "Chat ends.";
	j2435466462 [label="Oh PSHAWW! thaaaanks but it was nothing!! the planet did most of the hard work, I was just along for the ride",shape=box,color=blue];
		j2435466462 -> "Chat ends.";
	"Chat ends." [color=orange];
}