digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"EleanorConsent begins." [color=orange];
		"EleanorConsent begins." -> j3432161241;
	j3432161241 [label="Check boolean EleanorDating",color=orange];
		j3432161241 -> j2753200129 [label=true,color=green];
		j3432161241 -> "Chat ends." [label=false,color=brown];
	j2753200129 [label="Check /Lotus/Scripts/1999/DialogueScriptNodes.lua:IsDatingMultiple",color=orange];
		j2753200129 -> j3364311394 [label=true,color=green];
		j2753200129 -> j3528729371 [label=false,color=brown];
	"Chat ends." [color=orange];
	j3364311394 [label="Check boolean EleanorConsentComplete",color=orange];
		j3364311394 -> "Chat ends." [label=true,color=green];
		j3364311394 -> j3729880637 [label=false,color=brown];
	j3528729371 [label="Check boolean EleanorPolyamorySuccess",color=orange];
		j3528729371 -> j3364311394 [label=true,color=green];
		j3528729371 -> "Chat ends." [label=false,color=brown];
	j3729880637 [label="I think the only thing that is at all annoying about this is that I found thoughts of them in your head first.",shape=box,color=blue];
		j3729880637 -> j2269778770;
	j2269778770 [label="Not that I don't know you weren't about to come ask politely for permission. Hello.",shape=box,color=blue];
		j2269778770 -> j4274501139;
	j4274501139 [label="The answer is a very pouty, arms-crossed 'yes of course' while I sit here not thinking about you cavorting off with that very beautiful thing I glimpsed in your fantasies.",shape=box,color=blue];
		j4274501139 -> j4169880391;
	j4169880391 [label="That are now in MY fantasies, as I am stuck here in this time and place, thank-you-very-much!",shape=box,color=blue];
		j4169880391 -> j1586678406;
	j1586678406 [label="I'm sorry. I really was coming to ask for your consent. I know it's not something we've discussed before. I wanted to make sure everything would be okay with you.",shape=box,color=red];
		j1586678406 -> j2366877124;
	j2366877124 [label="Of course it is! I can see them in your mind's eye. And if you trust them, then I trust them.",shape=box,color=blue];
		j2366877124 -> j91026242;
	j91026242 [label="I'm just sad I don't get to play the field a bit.",shape=box,color=blue];
		j91026242 -> j3737342396;
	j3737342396 [label="+20 Chemistry",color=orange];
		j3737342396 -> j2034129925;
	j2034129925 [label="But maybe I can vicariously through you, now there's a thought.",shape=box,color=blue];
		j2034129925 -> j298331240;
	j298331240 [label="Boolean EleanorConsentComplete is now true.",color=orange];
		j298331240 -> "Chat ends.";
}