digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieBirthdayConvo1 begins." [color=orange];
		"LettieBirthdayConvo1 begins." -> j939030318;
		"LettieBirthdayConvo1 begins." -> j742021706;
	j939030318 [label="Hey! Happy Birthday! Did your rats get you anything?",shape=box,color=red];
		j939030318 -> j1105222978;
	j742021706 [label="Happy Birthday! On Star Days no less. How Romantic. :)",shape=box,color=red];
		j742021706 -> j3813043929;
	j1105222978 [label="+20 Chemistry",color=orange];
		j1105222978 -> j654823140;
	j3813043929 [label="What is star days?\nWhatever. Too busy for that shit.\nAdiós",shape=box,color=blue];
		j3813043929 -> "Chat ends.";
	j654823140 [label="Jajaja no\nAll I want is to sleep in an hour or a fresh cup of coffee. That too much to ask? \nPero, gracias",shape=box,color=blue];
		j654823140 -> "Chat ends.";
	"Chat ends." [color=orange];
}