digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"EleanorQuincyWingman begins." [color=orange];
		"EleanorQuincyWingman begins." -> j2100861930;
	j2100861930 [label="Evaluate expressions",color=orange];
		j2100861930 -> "Chat ends." [label="ArthurDating",color=purple];
		j2100861930 -> "Chat ends." [label="AmirDating",color=purple];
		j2100861930 -> "Chat ends." [label="AoiDating",color=purple];
		j2100861930 -> "Chat ends." [label="LettieDating",color=purple];
		j2100861930 -> "Chat ends." [label="QuincyDating",color=purple];
		j2100861930 -> j2805085341 [label="false",color=purple];
	"Chat ends." [color=orange];
	j2805085341 [label="Quincy came to me and said the absolutely strangest thing. That you wanted to talk to me... about your 'feelings?'",shape=box,color=blue];
		j2805085341 -> j806134085;
	j806134085 [label="Check boolean EleanorNoDate",color=orange];
		j806134085 -> j393926521 [label=true,color=green];
		j806134085 -> j1069932119 [label=true,color=green];
		j806134085 -> j3864229681 [label=false,color=brown];
		j806134085 -> j1069932119 [label=false,color=brown];
	j393926521 [label="I really just wanted to apologize for the terrible things I said.",shape=box,color=red];
		j393926521 -> j3716896249;
	j1069932119 [label="I think he was \"punking\" you.",shape=box,color=red];
		j1069932119 -> j721732106;
	j3864229681 [label="I just wanted to tell you that I have feelings for you.",shape=box,color=red];
		j3864229681 -> j1281792529;
	j3716896249 [label="Well... seems like a poor choice for me to hold a grudge given our situation. If you mean it? I forgive you.",shape=box,color=blue];
		j3716896249 -> j554508632;
	j721732106 [label="I... see.",shape=box,color=blue];
		j721732106 -> "Chat ends.";
	j1281792529 [label="Check boolean EleanorHasDated",color=orange];
		j1281792529 -> j4283710753 [label=true,color=green];
		j1281792529 -> j3980348580 [label=false,color=brown];
	j554508632 [label="And... truth be told? I can't help but admit that I've been harbouring some feelings for you...",shape=box,color=blue];
		j554508632 -> j4098741761;
	j4283710753 [label="And I would be keen to remind you that you had your chance.",shape=box,color=blue];
		j4283710753 -> j4191728704;
	j3980348580 [label="And why have you kept this to yourself until now?",shape=box,color=blue];
		j3980348580 -> j3249225612;
		j3980348580 -> j2802548246;
	j4098741761 [label="If you're serious about wanting to give 'this' a go, between us? I'd be willing to do the same.",shape=box,color=blue];
		j4098741761 -> j4117739350;
		j4098741761 -> j1025271850;
	j4191728704 [label="But I'd also be lying if I didn't admit that I missed you and would be willing to give this another go, if you were.",shape=box,color=blue];
		j4191728704 -> j4117739350;
		j4191728704 -> j1025271850;
	j3249225612 [label="I have no idea.",shape=box,color=red];
		j3249225612 -> j2232079257;
	j2802548246 [label="Maybe I've been confused on how this all works.",shape=box,color=red];
		j2802548246 -> j2232079257;
	j4117739350 [label="I would love that.",shape=box,color=red];
		j4117739350 -> j2304796298;
	j1025271850 [label="Eh, no. Never mind.",shape=box,color=red];
		j1025271850 -> j2751722617;
	j2232079257 [label="Seems so. Well. If you'd like to give 'this' a go, I would be more than happy to.",shape=box,color=blue];
		j2232079257 -> j4117739350;
		j2232079257 -> j1025271850;
	j2304796298 [label="+20 Chemistry",color=orange];
		j2304796298 -> j190385190;
	j2751722617 [label="....",shape=box,color=blue];
		j2751722617 -> j2728200779;
	j190385190 [label="As would I.",shape=box,color=blue];
		j190385190 -> j665143278;
	j2728200779 [label="Boolean EleanorNoDate is now true.",color=orange];
		j2728200779 -> "Chat ends.";
	j665143278 [label="Boolean EleanorNoDate is now false.",color=orange];
		j665143278 -> j3088195508;
	j3088195508 [label="Boolean IsDating is now true.",color=orange];
		j3088195508 -> j576266418;
	j576266418 [label="Boolean EleanorDating is now true.",color=orange];
		j576266418 -> j3035403554;
	j3035403554 [label="Boolean EleanorHasDated is now true.",color=orange];
		j3035403554 -> "Chat ends.";
}