digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieQuincyWingman begins." [color=orange];
		"LettieQuincyWingman begins." -> j3922633094;
	j3922633094 [label="Evaluate expressions",color=orange];
		j3922633094 -> "Chat ends." [label="AoiDating",color=purple];
		j3922633094 -> "Chat ends." [label="EleanorDating",color=purple];
		j3922633094 -> "Chat ends." [label="QuincyDating",color=purple];
		j3922633094 -> "Chat ends." [label="ArthurDating",color=purple];
		j3922633094 -> "Chat ends." [label="AmirDating",color=purple];
		j3922633094 -> j2807437740 [label="false",color=purple];
	"Chat ends." [color=orange];
	j2807437740 [label="Hey\nQuincy came to talk to me\nSaid you wanted to talk?\n¿Qué pasó?",shape=box,color=blue];
		j2807437740 -> j2065325619;
	j2065325619 [label="Check boolean LettieNoDate",color=orange];
		j2065325619 -> j3181366332 [label=true,color=green];
		j2065325619 -> j2840365620 [label=true,color=green];
		j2065325619 -> j3621952661 [label=false,color=brown];
		j2065325619 -> j2840365620 [label=false,color=brown];
	j3181366332 [label="I just... wanted to say sorry, Lettie. That's all.",shape=box,color=red];
		j3181366332 -> j2572185361;
	j2840365620 [label="He must have been mistaken. [End.]",shape=box,color=red];
		j2840365620 -> j3947662504;
	j3621952661 [label="I... well. I have feelings for you.",shape=box,color=red];
		j3621952661 -> j909510203;
	j2572185361 [label="JAJA Sí, that's what he said\nI didn't believe him at first\nBut now I'm impressed that you've got him working for you, huh?\nAy, there I go again...",shape=box,color=blue];
		j2572185361 -> j3410525754;
	j3947662504 [label="Lárgate de aquí, cabrón",shape=box,color=blue];
		j3947662504 -> "Chat ends.";
	j909510203 [label="Check boolean LettieHasDated",color=orange];
		j909510203 -> j2454138865 [label=true,color=green];
		j909510203 -> j3990556543 [label=false,color=brown];
	j3410525754 [label="You just want to apologize and I'm making it hard for you\nAll right\nApology accepted",shape=box,color=blue];
		j3410525754 -> j411260377;
	j2454138865 [label="You had your chance\nAnd it didn't go so well, did it?\nBut... aaaay, sí...\nHard to admit that I miss you",shape=box,color=blue];
		j2454138865 -> j2736664534;
	j3990556543 [label="You kept this to yourself the whole time?\n¿Por qué?\nI am right here",shape=box,color=blue];
		j3990556543 -> j2281924418;
		j3990556543 -> j906001;
	j411260377 [label="He *also* said you wanted to give things a shot with me\nUs\nA thing, together\n¿Verdad?",shape=box,color=blue];
		j411260377 -> j1186254129;
		j411260377 -> j1893744303;
	j2736664534 [label="You want to give this another try?",shape=box,color=blue];
		j2736664534 -> j1186254129;
		j2736664534 -> j1893744303;
	j2281924418 [label="Couldn't tell you.",shape=box,color=red];
		j2281924418 -> j1656371109;
	j906001 [label="No idea.",shape=box,color=red];
		j906001 -> j1656371109;
	j1186254129 [label="Yeah. :) I would.",shape=box,color=red];
		j1186254129 -> j3719848684;
	j1893744303 [label="Actually, never mind.",shape=box,color=red];
		j1893744303 -> j4262414968;
	j1656371109 [label="Well...\nWhatever\nYou want to do this?",shape=box,color=blue];
		j1656371109 -> j1186254129;
		j1656371109 -> j1893744303;
	j3719848684 [label="+20 Chemistry",color=orange];
		j3719848684 -> j1987731618;
	j4262414968 [label="¿Babas?\nSometimes, I want to smack you\nThis is one of those times",shape=box,color=blue];
		j4262414968 -> j2703113057;
	j1987731618 [label="Sí, okay then\nLet's get on with it, then\n¡Va!, there's work to do",shape=box,color=blue];
		j1987731618 -> j4071933913;
	j2703113057 [label="Boolean LettieNoDate is now true.",color=orange];
		j2703113057 -> "Chat ends.";
	j4071933913 [label="Boolean LettieNoDate is now false.",color=orange];
		j4071933913 -> j444607473;
	j444607473 [label="Boolean IsDating is now true.",color=orange];
		j444607473 -> j2763854765;
	j2763854765 [label="Boolean LettieDating is now true.",color=orange];
		j2763854765 -> j3003494003;
	j3003494003 [label="Boolean LettieHasDated is now true.",color=orange];
		j3003494003 -> "Chat ends.";
}