digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurConsent begins." [color=orange];
		"ArthurConsent begins." -> j2345715761;
	j2345715761 [label="Check boolean ArthurDating",color=orange];
		j2345715761 -> j1518184391 [label=true,color=green];
		j2345715761 -> "Chat ends." [label=false,color=brown];
	j1518184391 [label="Check /Lotus/Scripts/1999/DialogueScriptNodes.lua:IsDatingMultiple",color=orange];
		j1518184391 -> j1569221931 [label=true,color=green];
		j1518184391 -> j972778441 [label=false,color=brown];
	"Chat ends." [color=orange];
	j1569221931 [label="Check boolean ArthurConsentComplete",color=orange];
		j1569221931 -> "Chat ends." [label=true,color=green];
		j1569221931 -> j3613785943 [label=false,color=brown];
		j1569221931 -> j683937350 [label=false,color=brown];
	j972778441 [label="Check boolean ArthurPolyamorySuccess",color=orange];
		j972778441 -> j1569221931 [label=true,color=green];
		j972778441 -> "Chat ends." [label=false,color=brown];
	j3613785943 [label="Arthur, can we talk? [Ask consent for multiple partners.]",shape=box,color=red];
		j3613785943 -> j3737451990;
	j683937350 [label="[End.]",shape=box,color=red];
		j683937350 -> j3652224286;
	j3737451990 [label="Always. Something the matter?",shape=box,color=blue];
		j3737451990 -> j1163713225;
	j3652224286 [label="Boolean ArthurConsentComplete is now true.",color=orange];
		j3652224286 -> "Chat ends.";
	j1163713225 [label="No, not really. I just wanted to talk to you about something that I hope isn't an uncomfortable situation for you.",shape=box,color=red];
		j1163713225 -> j1717281558;
	j1717281558 [label="I don't want to put you into a situation you're not okay with. I know it's not something we've discussed before. So if you say no, that's all right. I want you to know that.",shape=box,color=red];
		j1717281558 -> j3502562221;
	j3502562221 [label="What we have is important to me - very important - and it's real. I don't want you to doubt that.",shape=box,color=red];
		j3502562221 -> j2178897876;
	j2178897876 [label="Ah. I can see where this is going. You have... feelings for someone else as well, I take it?",shape=box,color=blue];
		j2178897876 -> j1792741617;
		j2178897876 -> j75309401;
	j1792741617 [label="I do. And I know it might be hard to understand, but it doesn't mean I feel any less for you.",shape=box,color=red];
		j1792741617 -> j1932199616;
	j75309401 [label="I do. But now that I think about it, I think we should probably end things here. [Break up.]",shape=box,color=red];
		j75309401 -> j1569307400;
	j1932199616 [label="Darling, do you honestly think I spent so many years in the military and haven't seen just about every kind of relationship there is?",shape=box,color=blue];
		j1932199616 -> j3892281582;
	j1569307400 [label="If that's what you really want, then...",shape=box,color=blue];
		j1569307400 -> j3701883258;
	j3892281582 [label="When you spend so much of your life nearly dying, you learn to appreciate what matters in life and what doesn't.",shape=box,color=blue];
		j3892281582 -> j1803680509;
	j3701883258 [label="Boolean IsDating is now false.",color=orange];
		j3701883258 -> j913620630;
	j1803680509 [label="I don't know how this'll work out. But you matter to me enough I'm willing to try.",shape=box,color=blue];
		j1803680509 -> j14948606;
	j913620630 [label="Boolean ArthurDating is now false.",color=orange];
		j913620630 -> "Chat ends.";
	j14948606 [label="I care about you. And if you care about them, then I care about them.",shape=box,color=blue];
		j14948606 -> j2938303513;
	j2938303513 [label="Just. Not. Not. Not inside the mall. All right?",shape=box,color=blue];
		j2938303513 -> j2308000241;
	j2308000241 [label="Things are confusing enough as it is.",shape=box,color=blue];
		j2308000241 -> j261123525;
		j2308000241 -> j132739687;
	j261123525 [label="Lol. I promise.",shape=box,color=red];
		j261123525 -> j4290746634;
	j132739687 [label="For what it's worth, I really think you would like them.",shape=box,color=red];
		j132739687 -> j3529239156;
	j4290746634 [label="Thanks. And I hope I get to meet them someday. For... personal reasons, of course.",shape=box,color=blue];
		j4290746634 -> j2081907384;
	j3529239156 [label="And I hope I get to meet them someday. For... personal reasons, of course.",shape=box,color=blue];
		j3529239156 -> j2081907384;
	j2081907384 [label="+20 Chemistry",color=orange];
		j2081907384 -> j3290621093;
	j3290621093 [label="Just take care of yourself out there, love.",shape=box,color=blue];
		j3290621093 -> j3652224286;
}