digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"AmirHack3 begins." [color=orange];
		"AmirHack3 begins." -> j3626745351;
	j3626745351 [label="Check boolean AmirDating",color=orange];
		j3626745351 -> j2953760214 [label=true,color=green];
		j3626745351 -> j3887356036 [label=true,color=green];
		j3626745351 -> "Chat ends." [label=false,color=brown];
	j2953760214 [label="Well...",shape=box,color=red];
		j2953760214 -> j115132579;
	j3887356036 [label="Sooo....",shape=box,color=red];
		j3887356036 -> j115132579;
	"Chat ends." [color=orange];
	j115132579 [label="I KNOW",shape=box,color=blue];
		j115132579 -> j1648277062;
		j115132579 -> j63930887;
	j1648277062 [label="Turns out there *is* a kind of \"free prezzie\" that someone can be mad about...",shape=box,color=red];
		j1648277062 -> j1288987052;
	j63930887 [label="Maybe you should... stop...? With the hacking...?",shape=box,color=red];
		j63930887 -> j1288987052;
	j1288987052 [label="I KNOOOOOOW",shape=box,color=blue];
		j1288987052 -> j2994633779;
	j2994633779 [label="but babe i'm pretty sure i was just a few letters off",shape=box,color=blue];
		j2994633779 -> j383699279;
	j383699279 [label="the issue is that the items in the store aren't kept in plain text in the database, right?",shape=box,color=blue];
		j383699279 -> j890075762;
	j890075762 [label="it's not like OneGiantCaseOfAwesomePeanutButter_1",shape=box,color=blue];
		j890075762 -> j2074916274;
	j2074916274 [label="so i can figure it out it just might take a little trial and error",shape=box,color=blue];
		j2074916274 -> j1538526085;
		j2074916274 -> j2044949810;
	j1538526085 [label="And how many more orders of 500 cases of ketchup packets will we get?",shape=box,color=red];
		j1538526085 -> j3842672017;
	j2044949810 [label="Do... you really think this is wise?",shape=box,color=red];
		j2044949810 -> j1516098914;
	j3842672017 [label="maybe a FEW... but probably not KETCHUP... actually...",shape=box,color=blue];
		j3842672017 -> j3681206830;
	j1516098914 [label="oh definitely not lmao.... but...",shape=box,color=blue];
		j1516098914 -> j3681206830;
	j3681206830 [label="yeah, you're right, this is silly but it could get bad",shape=box,color=blue];
		j3681206830 -> j3998688622;
	j3998688622 [label="like imagine if i ordered us like 9.000 pounds of LIVE BEEEES",shape=box,color=blue];
		j3998688622 -> j428527400;
		j3998688622 -> j2007338703;
	j428527400 [label="Can you even *order* live bees on K.O.L.?",shape=box,color=red];
		j428527400 -> j456126612;
	j2007338703 [label="Oh Void what if somebody's allergic?",shape=box,color=red];
		j2007338703 -> j2379334761;
	j456126612 [label="babe you can order everything on the internet and if you can't BEFORE, i probably just willed it into existence by typing that",shape=box,color=blue];
		j456126612 -> j912690907;
	j2379334761 [label="lettie looks like she's ready to slap me enough already as it is right now",shape=box,color=blue];
		j2379334761 -> j2823486123;
	j912690907 [label="+20 Chemistry",color=orange];
		j912690907 -> j581041616;
	j2823486123 [label="okokok this was fun buuuuut i'll call it quits",shape=box,color=blue];
		j2823486123 -> j912690907;
	j581041616 [label="thanks for playing with me, babe, fun to have a partner in crime ;3",shape=box,color=blue];
		j581041616 -> "Chat ends.";
}