digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"VelimirBirthdayConvo1 begins." [color=orange];
		"VelimirBirthdayConvo1 begins." -> j2332521743;
		"VelimirBirthdayConvo1 begins." -> j457889314;
	j2332521743 [label="Doing anything fun today for your birthday?",shape=box,color=red];
		j2332521743 -> j3394877982;
	j457889314 [label="Hey Velimir! Happy Birthday, big guy! Hope you get to enjoy some of it.",shape=box,color=red];
		j457889314 -> j2937273422;
	j3394877982 [label="PapaPolar: oh yeah, totally. living in a hellscape and dealing with infested toasters and scaldra psychos.",shape=box,color=blue];
		j3394877982 -> j1563206857;
	j2937273422 [label="+20 Chemistry",color=orange];
		j2937273422 -> j1680190093;
	j1563206857 [label="PapaPolar: it's a bucket o' laughs.",shape=box,color=blue];
		j1563206857 -> "Chat ends.";
	j1680190093 [label="PapaPolar: aw thanks lil buddy. and i'll do my best. it helps to have friends around. :)",shape=box,color=blue];
		j1680190093 -> "Chat ends.";
	"Chat ends." [color=orange];
}