<<display either("p_proverb","p_rainbow","p_animal","p_prime","p_friend","p_friend2","p_color","p_define","p_hope","p_care")>>
.transition-in {\n\topacity:0;\n\tposition:absolute;\n}\n.passage:not(.transition-out) {\n\ttransition: 0s;\n\t-webkit-transition: 0s;\n}\n.transition-out {\n\topacity:0;\n\tposition:absolute;\n}
<<$color = [\n"amber",\n"beige",\n"black",\n"blue",\n"brown",\n"crimson",\n"cyan",\n"grey",\n"green",\n"indigo",\n"magenta",\n"orange",\n"pink",\n"purple",\n"red",\n"violet",\n"white",\n"yellow"\n]>>
<<if $score gt $r_score1>>\n\t<<remember $r_score3 = $r_score2>>\n\t<<remember $r_score2 = $r_score1>>\n\t<<remember $r_score1 = $score>>\n<<else if $score gt $r_score2>>\n\t<<remember $r_score3 = $r_score2>>\n\t<<remember $r_score2 = $score>>\n<<else if $score gt $r_score3>>\n\t<<remember $r_score3 = $score>>\n<<endif>>
<h1>Affect Engine<sup>TM</sup></h1>\nv1.0.0\n\n<h2>Score: <<$score>>\nLives: <<$lives>></h2>
<<remember $r_plays++>><<remember $r_v1p0p0 = 1>><<display highscorecalc>><center><h1>Affect Engine<sup>TM</sup></h1>\nv1.0.0\n\n<h2>Final Score: <<$score>>\n\nHIGH SCORES\n<<$r_score1>>\n<<$r_score2>>\n<<$r_score3>>\n</h2>\n<a onclick="location.reload()" class="internalLink">Play Again</a></center>
<<$rainbow = [\n"You have a great need for other people to like and admire you.",\n"You have a tendency to be critical of yourself.",\n"You have a great deal of unused capacity which you have not turned to your advantage.",\n"While you have some personality weaknesses, you are generally able to compensate for them.",\n"Disciplined and self-controlled outside, you tend to be worrisome and insecure inside.",\n"At times you have serious doubts as to whether you have made the right decision or done the right thing.",\n"You prefer a certain amount of change and variety and become dissatisfied when hemmed in by restrictions and limitations.",\n"You pride yourself as an independent thinker and do not accept others' statements without satisfactory proof.",\n"You have found it unwise to be too frank in revealing yourself to others.",\n"At times you are extroverted, affable, sociable, while at other times you are introverted, wary, reserved.",\n"Some of your aspirations tend to be pretty unrealistic.",\n"Security is one of your major goals in life."\n]>>
<<$bloo to either($rainbow)>>\n\n[[Yes|game][$tempyes to 1]] / [[No|game][$tempno to 1]]
<<set $atarget to $chosen_adjs.pop()>><<set $atarget to $atarget.toString()>>If being <<$atarget>> makes you happy, I am happy for you. If it doesn't, please know that it need not define who you are.\n\n[[Yes|game][$tempyes to 1]] / [[No|game][$tempno to 1]]
<<if $tempyes>>\n\t<<remember $r_yes++>>\n\t<<set $tempyes to 0>>\n<<endif>>\n<<if $tempno>>\n\t<<remember $r_no++>>\n\t<<set $tempno to 0>>\n<<endif>>\n<<if $tempthank>>\n\t<<remember $r_thank++>>\n\t<<set $tempthank to 0>>\n<<endif>>\n<<if $tempsilence>>\n\t<<remember $r_silence++>>\n\t<<set $tempsilence to 0>>\n<<endif>>
<<set $word1 = either($adj)>>\s\n<<set $word2 = either($adj)>>\s\nAre you [[<<$word1>>|game][$chosen_adjs.push($word1)]] or [[<<$word2>>|game][$chosen_adjs.push($word2)]]?
<<$animal = ["aardvark",\n"alligator",\n"alpaca",\n"antelope",\n"ape",\n"armadillo",\n"baboon",\n"badger",\n"bat",\n"bear",\n"beaver",\n"bison",\n"boar",\n"buffalo",\n"bull",\n"camel",\n"canary",\n"capybara",\n"cat",\n"chameleon",\n"cheetah",\n"chimpanzee",\n"chinchilla",\n"chipmunk",\n"cougar",\n"cow",\n"coyote",\n"crocodile",\n"crow",\n"deer",\n"dingo",\n"dog",\n"donkey",\n"dromedary",\n"elephant",\n"elk",\n"ewe",\n"ferret",\n"finch",\n"fish",\n"fox",\n"frog",\n"gazelle",\n"gila monster",\n"giraffe",\n"gnu",\n"goat",\n"gopher",\n"gorilla",\n"grizzly bear",\n"ground hog",\n"guinea pig",\n"hamster",\n"hedgehog",\n"hippopotamus",\n"hog",\n"horse",\n"hyena",\n"ibex",\n"iguana",\n"impala",\n"jackal",\n"jaguar",\n"kangaroo",\n"koala",\n"lamb",\n"lemur",\n"leopard",\n"lion",\n"lizard",\n"llama",\n"lynx",\n"mandrill",\n"marmoset",\n"mink",\n"mole",\n"mongoose",\n"monkey",\n"moose",\n"mountain goat",\n"mouse",\n"mule",\n"muskrat",\n"mustang",\n"mynah bird",\n"newt",\n"ocelot",\n"opossum",\n"orangutan",\n"oryx",\n"otter",\n"ox",\n"panda",\n"panther",\n"parakeet",\n"parrot",\n"pig",\n"platypus",\n"polar bear",\n"porcupine",\n"porpoise",\n"prairie dog",\n"puma",\n"rabbit",\n"raccoon",\n"ram",\n"rat",\n"reindeer",\n"reptile",\n"rhinoceros",\n"salamander",\n"seal",\n"sheep",\n"shrew",\n"silver fox",\n"skunk",\n"sloth",\n"snake",\n"squirrel",\n"tapir",\n"tiger",\n"toad",\n"turtle",\n"walrus",\n"warthog",\n"weasel",\n"whale",\n"wildcat",\n"wolf",\n"wolverine",\n"wombat",\n"woodchuck",\n"yak",\n"zebra"\n]>>
Affect Engine v1.0.0
<<set $atarget to $chosen_adjs.splice(random(0,$chosen_adjs.length-1),1)>><<set $atarget to $atarget.toString()>>You would do well to make friends with other <<$blah to $atarget>> people.\n\n[[Yes|game][$tempyes to 1]] / [[No|game][$tempno to 1]]
<<set $adj = [\n"abandoned",\n"able",\n"absolute",\n"adorable",\n"adventurous",\n"academic",\n"acceptable",\n"acclaimed",\n"accomplished",\n"accurate",\n"aching",\n"acidic",\n"acrobatic",\n"active",\n"actual",\n"adept",\n"admirable",\n"admired",\n"adolescent",\n"adorable",\n"adored",\n"advanced",\n"afraid",\n"affectionate",\n"aged",\n"aggravating",\n"aggressive",\n"agile",\n"agitated",\n"agonizing",\n"agreeable",\n"ajar",\n"alarmed",\n"alarming",\n"alert",\n"alienated",\n"alive",\n"all",\n"altruistic",\n"amazing",\n"ambitious",\n"ample",\n"amused",\n"amusing",\n"anchored",\n"ancient",\n"angelic",\n"angry",\n"anguished",\n"animated",\n"annual",\n"antique",\n"anxious",\n"apprehensive",\n"appropriate",\n"apt",\n"arctic",\n"arid",\n"aromatic",\n"artistic",\n"ashamed",\n"assured",\n"astonishing",\n"athletic",\n"attached",\n"attentive",\n"attractive",\n"austere",\n"authentic",\n"authorized",\n"automatic",\n"avaricious",\n"average",\n"aware",\n"awesome",\n"awful",\n"awkward",\n"babyish",\n"bad",\n"back",\n"baggy",\n"bare",\n"barren",\n"basic",\n"beautiful",\n"belated",\n"beloved",\n"beneficial",\n"better",\n"best",\n"bewitched",\n"big",\n"big-hearted",\n"biodegradable",\n"bite-sized",\n"bitter",\n"black",\n"black-and-white",\n"bland",\n"blank",\n"blaring",\n"bleak",\n"blind",\n"blissful",\n"blond",\n"blue",\n"blushing",\n"bogus",\n"boiling",\n"bold",\n"bony",\n"boring",\n"bossy",\n"bouncy",\n"bountiful",\n"bowed",\n"brave",\n"breakable",\n"brief",\n"bright",\n"brilliant",\n"brisk",\n"broken",\n"bronze",\n"brown",\n"bruised",\n"bubbly",\n"bulky",\n"bumpy",\n"buoyant",\n"burdensome",\n"burly",\n"bustling",\n"busy",\n"buttery",\n"buzzing",\n"calculating",\n"calm",\n"candid",\n"canine",\n"capital",\n"carefree",\n"careful",\n"careless",\n"caring",\n"cautious",\n"cavernous",\n"celebrated",\n"charming",\n"cheap",\n"cheerful",\n"cheery",\n"chief",\n"chilly",\n"chubby",\n"circular",\n"classic",\n"clean",\n"clear",\n"clear-cut",\n"clever",\n"close",\n"closed",\n"cloudy",\n"clueless",\n"clumsy",\n"cluttered",\n"coarse",\n"cold",\n"colorful",\n"colorless",\n"colossal",\n"comfortable",\n"common",\n"compassionate",\n"competent",\n"complete",\n"complex",\n"complicated",\n"composed",\n"concerned",\n"concrete",\n"confused",\n"conscious",\n"considerate",\n"constant",\n"content",\n"conventional",\n"cooked",\n"cool",\n"cooperative",\n"coordinated",\n"corny",\n"corrupt",\n"costly",\n"courageous",\n"courteous",\n"crafty",\n"creamy",\n"creative",\n"creepy",\n"criminal",\n"crisp",\n"critical",\n"crooked",\n"crowded",\n"cruel",\n"crushing",\n"cuddly",\n"cultivated",\n"cultured",\n"cumbersome",\n"curly",\n"curvy",\n"cute",\n"cylindrical",\n"damaged",\n"damp",\n"dangerous",\n"dapper",\n"daring",\n"darling",\n"dark",\n"dazzling",\n"dead",\n"deadly",\n"deafening",\n"dear",\n"dearest",\n"decent",\n"decimal",\n"decisive",\n"deep",\n"defenseless",\n"defensive",\n"defiant",\n"deficient",\n"definite",\n"definitive",\n"delayed",\n"delectable",\n"delicious",\n"delightful",\n"delirious",\n"demanding",\n"dense",\n"dental",\n"dependable",\n"dependent",\n"descriptive",\n"deserted",\n"detailed",\n"determined",\n"devoted",\n"different",\n"difficult",\n"digital",\n"diligent",\n"dim",\n"dimpled",\n"dimwitted",\n"direct",\n"disastrous",\n"discrete",\n"disfigured",\n"disgusting",\n"disloyal",\n"dismal",\n"distant",\n"downright",\n"dreary",\n"dirty",\n"disguised",\n"dishonest",\n"dismal",\n"distant",\n"distinct",\n"distorted",\n"dizzy",\n"dopey",\n"doting",\n"double",\n"downright",\n"drab",\n"drafty",\n"dramatic",\n"dreary",\n"droopy",\n"dry",\n"dual",\n"dull",\n"dutiful",\n"each",\n"eager",\n"earnest",\n"early",\n"easy",\n"easy-going",\n"ecstatic",\n"edible",\n"educated",\n"elaborate",\n"elastic",\n"elated",\n"elderly",\n"electric",\n"elegant",\n"elementary",\n"elliptical",\n"embarrassed",\n"embellished",\n"eminent",\n"emotional",\n"empty",\n"enchanted",\n"enchanting",\n"energetic",\n"enlightened",\n"enormous",\n"enraged",\n"entire",\n"envious",\n"equal",\n"equatorial",\n"essential",\n"esteemed",\n"ethical",\n"euphoric",\n"even",\n"evergreen",\n"everlasting",\n"every",\n"evil",\n"exalted",\n"excellent",\n"exemplary",\n"exhausted",\n"excitable",\n"excited",\n"exciting",\n"exotic",\n"expensive",\n"experienced",\n"expert",\n"extraneous",\n"extroverted",\n"extra-large",\n"extra-small",\n"fabulous",\n"failing",\n"faint",\n"fair",\n"faithful",\n"fake",\n"false",\n"familiar",\n"famous",\n"fancy",\n"fantastic",\n"far",\n"faraway",\n"far-flung",\n"far-off",\n"fast",\n"fat",\n"fatal",\n"fatherly",\n"favorable",\n"favorite",\n"fearful",\n"fearless",\n"feisty",\n"feline",\n"female",\n"feminine",\n"few",\n"fickle",\n"filthy",\n"fine",\n"finished",\n"firm",\n"first",\n"firsthand",\n"fitting",\n"fixed",\n"flaky",\n"flamboyant",\n"flashy",\n"flat",\n"flawed",\n"flawless",\n"flickering",\n"flimsy",\n"flippant",\n"flowery",\n"fluffy",\n"fluid",\n"flustered",\n"focused",\n"fond",\n"foolhardy",\n"foolish",\n"forceful",\n"forked",\n"formal",\n"forsaken",\n"forthright",\n"fortunate",\n"fragrant",\n"frail",\n"frank",\n"frayed",\n"free",\n"French",\n"fresh",\n"frequent",\n"friendly",\n"frightened",\n"frightening",\n"frigid",\n"frilly",\n"frizzy",\n"frivolous",\n"front",\n"frosty",\n"frozen",\n"frugal",\n"fruitful",\n"full",\n"fumbling",\n"functional",\n"funny",\n"fussy",\n"fuzzy",\n"gargantuan",\n"gaseous",\n"general",\n"generous",\n"gentle",\n"genuine",\n"giant",\n"giddy",\n"gigantic",\n"gifted",\n"giving",\n"glamorous",\n"glaring",\n"glass",\n"gleaming",\n"gleeful",\n"glistening",\n"glittering",\n"gloomy",\n"glorious",\n"glossy",\n"glum",\n"golden",\n"good",\n"good-natured",\n"gorgeous",\n"graceful",\n"gracious",\n"grand",\n"grandiose",\n"granular",\n"grateful",\n"grave",\n"gray",\n"great",\n"greedy",\n"green",\n"gregarious",\n"grim",\n"grimy",\n"gripping",\n"grizzled",\n"gross",\n"grotesque",\n"grouchy",\n"grounded",\n"growing",\n"growling",\n"grown",\n"grubby",\n"gruesome",\n"grumpy",\n"guilty",\n"gullible",\n"gummy",\n"hairy",\n"half",\n"handmade",\n"handsome",\n"handy",\n"happy",\n"happy-go-lucky",\n"hard",\n"hard-to-find",\n"harmful",\n"harmless",\n"harmonious",\n"harsh",\n"hasty",\n"hateful",\n"haunting",\n"healthy",\n"heartfelt",\n"hearty",\n"heavenly",\n"heavy",\n"hefty",\n"helpful",\n"helpless",\n"hidden",\n"hideous",\n"high",\n"high-level",\n"hilarious",\n"hoarse",\n"hollow",\n"homely",\n"honest",\n"honorable",\n"honored",\n"hopeful",\n"horrible",\n"hospitable",\n"hot",\n"huge",\n"humble",\n"humiliating",\n"humming",\n"humongous",\n"hungry",\n"hurtful",\n"husky",\n"icky",\n"icy",\n"ideal",\n"idealistic",\n"identical",\n"idle",\n"idolized",\n"ignorant",\n"ill",\n"illegal",\n"ill-fated",\n"ill-informed",\n"illiterate",\n"illustrious",\n"imaginary",\n"imaginative",\n"immaculate",\n"immaterial",\n"immediate",\n"immense",\n"impassioned",\n"impeccable",\n"impartial",\n"imperfect",\n"imperturbable",\n"impish",\n"impolite",\n"important",\n"impossible",\n"impractical",\n"impressionable",\n"impressive",\n"improbable",\n"impure",\n"inborn",\n"incomparable",\n"incompatible",\n"incomplete",\n"inconsequential",\n"incredible",\n"indelible",\n"inexperienced",\n"indolent",\n"infamous",\n"infantile",\n"infatuated",\n"inferior",\n"infinite",\n"informal",\n"innocent",\n"insecure",\n"insidious",\n"insignificant",\n"insistent",\n"instructive",\n"insubstantial",\n"intelligent",\n"intent",\n"intentional",\n"interesting",\n"internal",\n"international",\n"intrepid",\n"ironclad",\n"irresponsible",\n"irritating",\n"itchy",\n"jaded",\n"jagged",\n"jam-packed",\n"jaunty",\n"jealous",\n"jittery",\n"joint",\n"jolly",\n"jovial",\n"joyful",\n"joyous",\n"jubilant",\n"judicious",\n"juicy",\n"jumbo",\n"junior",\n"jumpy",\n"juvenile",\n"kaleidoscopic",\n"keen",\n"key",\n"kind",\n"kindhearted",\n"kindly",\n"klutzy",\n"knobby",\n"knotty",\n"knowledgeable",\n"knowing",\n"known",\n"kooky",\n"kosher",\n"lame",\n"lanky",\n"large",\n"last",\n"lasting",\n"late",\n"lavish",\n"lawful",\n"lazy",\n"leading",\n"lean",\n"leafy",\n"left",\n"legal",\n"legitimate",\n"light",\n"lighthearted",\n"likable",\n"likely",\n"limited",\n"limp",\n"limping",\n"linear",\n"lined",\n"liquid",\n"little",\n"live",\n"lively",\n"livid",\n"loathsome",\n"lone",\n"lonely",\n"long",\n"long-term",\n"loose",\n"lopsided",\n"lost",\n"loud",\n"lovable",\n"lovely",\n"loving",\n"low",\n"loyal",\n"lucky",\n"lumbering",\n"luminous",\n"lumpy",\n"lustrous",\n"luxurious",\n"mad",\n"made-up",\n"magnificent",\n"majestic",\n"major",\n"male",\n"mammoth",\n"married",\n"marvelous",\n"masculine",\n"massive",\n"mature",\n"meager",\n"mealy",\n"mean",\n"measly",\n"meaty",\n"medical",\n"mediocre",\n"medium",\n"meek",\n"mellow",\n"melodic",\n"memorable",\n"menacing",\n"merry",\n"messy",\n"metallic",\n"mild",\n"milky",\n"mindless",\n"miniature",\n"minor",\n"minty",\n"miserable",\n"miserly",\n"misguided",\n"misty",\n"mixed",\n"modern",\n"modest",\n"moist",\n"monstrous",\n"monthly",\n"monumental",\n"moral",\n"mortified",\n"motherly",\n"motionless",\n"mountainous",\n"muddy",\n"muffled",\n"multicolored",\n"mundane",\n"murky",\n"mushy",\n"musty",\n"muted",\n"mysterious",\n"naive",\n"narrow",\n"nasty",\n"natural",\n"naughty",\n"nautical",\n"near",\n"neat",\n"necessary",\n"needy",\n"negative",\n"neglected",\n"negligible",\n"neighboring",\n"nervous",\n"new",\n"next",\n"nice",\n"nifty",\n"nimble",\n"nippy",\n"nocturnal",\n"noisy",\n"nonstop",\n"normal",\n"notable",\n"noted",\n"noteworthy",\n"novel",\n"noxious",\n"numb",\n"nutritious",\n"obedient",\n"oblong",\n"oily",\n"oblong",\n"obvious",\n"occasional",\n"odd",\n"oddball",\n"offbeat",\n"offensive",\n"official",\n"old",\n"old-fashioned",\n"only",\n"open",\n"optimal",\n"optimistic",\n"opulent",\n"orange",\n"orderly",\n"organic",\n"ornate",\n"ornery",\n"ordinary",\n"original",\n"outlying",\n"outgoing",\n"outlandish",\n"outrageous",\n"outstanding",\n"overcooked",\n"overdue",\n"overjoyed",\n"overlooked",\n"palatable",\n"pale",\n"paltry",\n"parallel",\n"parched",\n"partial",\n"passionate",\n"past",\n"pastel",\n"peaceful",\n"peppery",\n"perfect",\n"perfumed",\n"periodic",\n"perky",\n"personal",\n"pertinent",\n"pesky",\n"pessimistic",\n"petty",\n"phony",\n"physical",\n"piercing",\n"pink",\n"pitiful",\n"plain",\n"plaintive",\n"plastic",\n"playful",\n"pleasant",\n"pleased",\n"pleasing",\n"plump",\n"plush",\n"polished",\n"polite",\n"political",\n"pointed",\n"pointless",\n"poised",\n"poor",\n"popular",\n"portly",\n"posh",\n"positive",\n"possible",\n"potable",\n"powerful",\n"powerless",\n"practical",\n"precious",\n"present",\n"prestigious",\n"pretty",\n"precious",\n"previous",\n"pricey",\n"prickly",\n"primary",\n"prime",\n"pristine",\n"private",\n"prize",\n"probable",\n"productive",\n"profitable",\n"profuse",\n"proper",\n"proud",\n"prudent",\n"punctual",\n"pungent",\n"puny",\n"pure",\n"purple",\n"pushy",\n"putrid",\n"puzzled",\n"puzzling",\n"quaint",\n"qualified",\n"quarrelsome",\n"quarterly",\n"queasy",\n"querulous",\n"questionable",\n"quick",\n"quick-witted",\n"quiet",\n"quintessential",\n"quirky",\n"quixotic",\n"quizzical",\n"radiant",\n"ragged",\n"rapid",\n"rare",\n"rash",\n"raw",\n"recent",\n"reckless",\n"rectangular",\n"ready",\n"real",\n"realistic",\n"reasonable",\n"red",\n"reflecting",\n"regal",\n"regular",\n"reliable",\n"relieved",\n"remarkable",\n"remorseful",\n"remote",\n"repentant",\n"required",\n"respectful",\n"responsible",\n"repulsive",\n"revolving",\n"rewarding",\n"rich",\n"rigid",\n"right",\n"ringed",\n"ripe",\n"roasted",\n"robust",\n"rosy",\n"rotating",\n"rotten",\n"rough",\n"round",\n"rowdy",\n"royal",\n"rubbery",\n"rundown",\n"ruddy",\n"rude",\n"runny",\n"rural",\n"rusty",\n"sad",\n"safe",\n"salty",\n"same",\n"sandy",\n"sane",\n"sarcastic",\n"sardonic",\n"satisfied",\n"scaly",\n"scarce",\n"scared",\n"scary",\n"scented",\n"scholarly",\n"scientific",\n"scornful",\n"scratchy",\n"scrawny",\n"second",\n"secondary",\n"second-hand",\n"secret",\n"seedy",\n"self-assured",\n"self-reliant",\n"selfish",\n"sentimental",\n"separate",\n"serene",\n"serious",\n"serpentine",\n"several",\n"severe",\n"sexy",\n"shabby",\n"shadowy",\n"shady",\n"shallow",\n"shameful",\n"shameless",\n"sharp",\n"shimmering",\n"shiny",\n"shocked",\n"shocking",\n"shoddy",\n"short",\n"short-term",\n"showy",\n"shrill",\n"shy",\n"sick",\n"silent",\n"silky",\n"silly",\n"silver",\n"similar",\n"simple",\n"simplistic",\n"sinful",\n"single",\n"sizzling",\n"skeletal",\n"skinny",\n"sleepy",\n"slight",\n"slim",\n"slimy",\n"slippery",\n"slow",\n"slushy",\n"small",\n"smart",\n"smoggy",\n"smooth",\n"smug",\n"snappy",\n"snarling",\n"sneaky",\n"sniveling",\n"snoopy",\n"sociable",\n"soft",\n"soggy",\n"solid",\n"somber",\n"spherical",\n"sophisticated",\n"sore",\n"sorrowful",\n"soulful",\n"soupy",\n"sour",\n"Spanish",\n"sparkling",\n"sparse",\n"specific",\n"spectacular",\n"speedy",\n"spicy",\n"spiffy",\n"spirited",\n"spiteful",\n"splendid",\n"spotless",\n"spotted",\n"spry",\n"square",\n"squeaky",\n"squiggly",\n"stable",\n"staid",\n"stained",\n"stale",\n"standard",\n"starchy",\n"stark",\n"starry",\n"steep",\n"sticky",\n"stiff",\n"stimulating",\n"stingy",\n"stormy",\n"straight",\n"strange",\n"steel",\n"strict",\n"strident",\n"striking",\n"striped",\n"strong",\n"studious",\n"stunning",\n"stupendous",\n"sturdy",\n"stylish",\n"subdued",\n"submissive",\n"substantial",\n"subtle",\n"suburban",\n"sudden",\n"sugary",\n"sunny",\n"super",\n"superb",\n"superficial",\n"superior",\n"supportive",\n"sure-footed",\n"surprised",\n"suspicious",\n"svelte",\n"sweaty",\n"sweet",\n"sweltering",\n"swift",\n"sympathetic",\n"tall",\n"talkative",\n"tame",\n"tan",\n"tangible",\n"tart",\n"tasty",\n"tattered",\n"taut",\n"tedious",\n"teeming",\n"tempting",\n"tender",\n"tense",\n"tepid",\n"terrible",\n"terrific",\n"testy",\n"thankful",\n"thick",\n"thin",\n"third",\n"thirsty",\n"thorough",\n"thorny",\n"thoughtful",\n"threadbare",\n"thrifty",\n"thunderous",\n"tidy",\n"tight",\n"timely",\n"tinted",\n"tiny",\n"tired",\n"torn",\n"total",\n"tough",\n"trans",\n"traumatic",\n"treasured",\n"tremendous",\n"tragic",\n"trained",\n"tremendous",\n"triangular",\n"tricky",\n"trifling",\n"trim",\n"trivial",\n"troubled",\n"true",\n"trusting",\n"trustworthy",\n"trusty",\n"truthful",\n"tubby",\n"turbulent",\n"twin",\n"ugly",\n"ultimate",\n"unacceptable",\n"unaware",\n"uncomfortable",\n"uncommon",\n"unconscious",\n"understated",\n"unequaled",\n"uneven",\n"unfinished",\n"unfit",\n"unfolded",\n"unfortunate",\n"unhappy",\n"unhealthy",\n"uniform",\n"unimportant",\n"unique",\n"united",\n"unkempt",\n"unknown",\n"unlawful",\n"unlined",\n"unlucky",\n"unnatural",\n"unpleasant",\n"unrealistic",\n"unripe",\n"unruly",\n"unselfish",\n"unsightly",\n"unsteady",\n"unsung",\n"untidy",\n"untimely",\n"untried",\n"untrue",\n"unused",\n"unusual",\n"unwelcome",\n"unwieldy",\n"unwilling",\n"unwitting",\n"unwritten",\n"upbeat",\n"upright",\n"upset",\n"urban",\n"usable",\n"used",\n"useful",\n"useless",\n"utilized",\n"utter",\n"vacant",\n"vague",\n"vain",\n"valid",\n"valuable",\n"vapid",\n"variable",\n"vast",\n"velvety",\n"venerated",\n"vengeful",\n"verifiable",\n"vibrant",\n"vicious",\n"victorious",\n"vigilant",\n"vigorous",\n"villainous",\n"violet",\n"violent",\n"virtual",\n"virtuous",\n"visible",\n"vital",\n"vivacious",\n"vivid",\n"voluminous",\n"wan",\n"warlike",\n"warm",\n"warmhearted",\n"warped",\n"wary",\n"wasteful",\n"watchful",\n"waterlogged",\n"watery",\n"wavy",\n"wealthy",\n"weak",\n"weary",\n"webbed",\n"wee",\n"weekly",\n"weepy",\n"weighty",\n"weird",\n"welcome",\n"well-documented",\n"well-groomed",\n"well-informed",\n"well-lit",\n"well-made",\n"well-off",\n"well-to-do",\n"well-worn",\n"wet",\n"which",\n"whimsical",\n"whirlwind",\n"whispered",\n"white",\n"whole",\n"whopping",\n"wicked",\n"wide",\n"wide-eyed",\n"wiggly",\n"wild",\n"willing",\n"wilted",\n"winding",\n"windy",\n"winged",\n"wiry",\n"wise",\n"witty",\n"wobbly",\n"woeful",\n"wonderful",\n"wooden",\n"woozy",\n"wordy",\n"worldly",\n"worn",\n"worried",\n"worrisome",\n"worse",\n"worst",\n"worthless",\n"worthwhile",\n"worthy",\n"wrathful",\n"wretched",\n"writhing",\n"wrong",\n"wry",\n"yawning",\n"yearly",\n"yellow",\n"yellowish",\n"young",\n"youthful",\n"yummy",\n"zany",\n"zealous",\n"zesty",\n"zigzag"\n]>>
NOT ACTIVE!!!\n<<set $word1 = either($noun)>>\s\n<<set $word2 = either($noun)>>\s\nDo you prefer [[<<$word1>>|game]] or [[<<$word2>>|game]]?
.passage .title { display: none }\n\n#footer {display: none}\n\n#sidebar {display: none}\n\n#passages {\n margin: auto;\n padding: 0;\n border: 0;\n}\n\n.passage {\ncolor: #DDDAE0;\n\n\tbackground: transparent;\n\tline-height: auto;\n\tmargin: auto;\n\tz-index: 10;\n\tfont-family: 'Lucida Console', Monaco, monospace;\n}\n\n.body {\n\tfont-size: 24px;\n}\n\nh1 {\n\tfont-size: 2em;\n\tline-height: auto;\ncolor: #DDDAE0;\nmargin-top: 0;\n margin-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n font-weight: bold;\n}\n\nh2 {\n\tfont-size: 1.2em;\n\tline-height: 1em;\ncolor: #DDDAE0;\nmargin-top: 0;\n margin-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n font-weight: bold;\n}\n\nbody {\n margin: auto;\nmargin-top: 60px;\n\twidth: 100%;\n\tbackground: #26282E;\n}\n\na.internalLink, a.externalLink {\n color:#AD5138;\n border-bottom: 0px;\n}\n\na.internalLink:hover, a.externalLink:hover {\n color:#F97551;\n \n padding-left: 0;\n}\n\n#content1 {\nmargin:auto;}\n
<<set $fl to $atarget.charAt(0)>>\n\n<<if $fl is "a" or $fl is "e" or $fl is "i" or $fl is "o" or $fl is "u">>An<<else>>A<<endif>>
<<$prime = [\n"2",\n"3",\n"5",\n"7",\n"11",\n"13",\n"17",\n"19",\n"23",\n"29",\n"31",\n"37",\n"41",\n"43",\n"47",\n"53",\n"59",\n"61",\n"67",\n"71",\n"73",\n"79",\n"83",\n"89",\n"97",\n"101",\n"103",\n"107",\n"109",\n"113",\n"127",\n"131",\n"137",\n"139",\n"149",\n"151",\n"157",\n"163",\n"167",\n"173",\n"179",\n"181",\n"191",\n"193",\n"197",\n"199",\n"211",\n"223",\n"227",\n"229",\n"233",\n"239",\n"241",\n"251",\n"257",\n"263",\n"269",\n"271",\n"277",\n"281",\n"283",\n"293",\n"307",\n"311",\n"313",\n"317",\n"331",\n"337",\n"347",\n"349",\n"353",\n"359",\n"367",\n"373",\n"379",\n"383",\n"389",\n"397",\n"401",\n"409",\n"419",\n"421",\n"431",\n"433",\n"439",\n"443",\n"449",\n"457",\n"461",\n"463",\n"467",\n"479",\n"487",\n"491",\n"499",\n"503",\n"509",\n"521",\n"523",\n"541",\n"547",\n"557",\n"563",\n"569",\n"571",\n"577",\n"587",\n"593",\n"599",\n"601",\n"607",\n"613",\n"617",\n"619",\n"631",\n"641",\n"643",\n"647",\n"653",\n"659",\n"661",\n"673",\n"677",\n"683",\n"691",\n"701",\n"709",\n"719",\n"727",\n"733",\n"739",\n"743",\n"751",\n"757",\n"761",\n"769",\n"773",\n"787",\n"797",\n"809",\n"811",\n"821",\n"823",\n"827",\n"829",\n"839",\n"853",\n"857",\n"859",\n"863",\n"877",\n"881",\n"883",\n"887",\n"907",\n"911",\n"919",\n"929",\n"937",\n"941",\n"947",\n"953",\n"967",\n"971",\n"977",\n"983",\n"991",\n"997",\n"1009",\n"1013",\n"1019",\n"1021",\n"1031",\n"1033",\n"1039",\n"1049",\n"1051",\n"1061",\n"1063",\n"1069",\n"1087",\n"1091",\n"1093",\n"1097",\n"1103",\n"1109",\n"1117",\n"1123",\n"1129",\n"1151",\n"1153",\n"1163",\n"1171",\n"1181",\n"1187",\n"1193",\n"1201",\n"1213",\n"1217",\n"1223",\n"1229",\n"1231",\n"1237",\n"1249",\n"1259",\n"1277",\n"1279",\n"1283",\n"1289",\n"1291",\n"1297",\n"1301",\n"1303",\n"1307",\n"1319",\n"1321",\n"1327",\n"1361",\n"1367",\n"1373",\n"1381",\n"1399",\n"1409",\n"1423",\n"1427",\n"1429",\n"1433",\n"1439",\n"1447",\n"1451",\n"1453",\n"1459",\n"1471",\n"1481",\n"1483",\n"1487",\n"1489",\n"1493",\n"1499",\n"1511",\n"1523",\n"1531",\n"1543",\n"1549",\n"1553",\n"1559",\n"1567",\n"1571",\n"1579",\n"1583",\n"1597",\n"1601",\n"1607",\n"1609",\n"1613",\n"1619",\n"1621",\n"1627",\n"1637",\n"1657",\n"1663",\n"1667",\n"1669",\n"1693",\n"1697",\n"1699",\n"1709",\n"1721",\n"1723",\n"1733",\n"1741",\n"1747",\n"1753",\n"1759",\n"1777",\n"1783",\n"1787",\n"1789",\n"1801",\n"1811",\n"1823",\n"1831",\n"1847",\n"1861",\n"1867",\n"1871",\n"1873",\n"1877",\n"1879",\n"1889",\n"1901",\n"1907",\n"1913",\n"1931",\n"1933",\n"1949",\n"1951",\n"1973",\n"1979",\n"1987",\n"1993",\n"1997",\n"1999",\n"2003",\n"2011",\n"2017",\n"2027",\n"2029",\n"2039",\n"2053",\n"2063",\n"2069",\n"2081",\n"2083",\n"2087",\n"2089",\n"2099",\n"2111",\n"2113",\n"2129",\n"2131",\n"2137",\n"2141",\n"2143",\n"2153",\n"2161",\n"2179",\n"2203",\n"2207",\n"2213",\n"2221",\n"2237",\n"2239",\n"2243",\n"2251",\n"2267",\n"2269",\n"2273",\n"2281",\n"2287",\n"2293",\n"2297",\n"2309",\n"2311",\n"2333",\n"2339",\n"2341",\n"2347",\n"2351",\n"2357",\n"2371",\n"2377",\n"2381",\n"2383",\n"2389",\n"2393",\n"2399",\n"2411",\n"2417",\n"2423",\n"2437",\n"2441",\n"2447",\n"2459",\n"2467",\n"2473",\n"2477",\n"2503",\n"2521",\n"2531",\n"2539",\n"2543",\n"2549",\n"2551",\n"2557",\n"2579",\n"2591",\n"2593",\n"2609",\n"2617",\n"2621",\n"2633",\n"2647",\n"2657",\n"2659",\n"2663",\n"2671",\n"2677",\n"2683",\n"2687",\n"2689",\n"2693",\n"2699",\n"2707",\n"2711",\n"2713",\n"2719",\n"2729",\n"2731",\n"2741",\n"2749",\n"2753",\n"2767",\n"2777",\n"2789",\n"2791",\n"2797",\n"2801",\n"2803",\n"2819",\n"2833",\n"2837",\n"2843",\n"2851",\n"2857",\n"2861",\n"2879",\n"2887",\n"2897",\n"2903",\n"2909",\n"2917",\n"2927",\n"2939",\n"2953",\n"2957",\n"2963",\n"2969",\n"2971",\n"2999",\n"3001",\n"3011",\n"3019",\n"3023",\n"3037",\n"3041",\n"3049",\n"3061",\n"3067",\n"3079",\n"3083",\n"3089",\n"3109",\n"3119",\n"3121",\n"3137",\n"3163",\n"3167",\n"3169",\n"3181",\n"3187",\n"3191",\n"3203",\n"3209",\n"3217",\n"3221",\n"3229",\n"3251",\n"3253",\n"3257",\n"3259",\n"3271",\n"3299",\n"3301",\n"3307",\n"3313",\n"3319",\n"3323",\n"3329",\n"3331",\n"3343",\n"3347",\n"3359",\n"3361",\n"3371",\n"3373",\n"3389",\n"3391",\n"3407",\n"3413",\n"3433",\n"3449",\n"3457",\n"3461",\n"3463",\n"3467",\n"3469",\n"3491",\n"3499",\n"3511",\n"3517",\n"3527",\n"3529",\n"3533",\n"3539",\n"3541",\n"3547",\n"3557",\n"3559",\n"3571",\n"3581",\n"3583",\n"3593",\n"3607",\n"3613",\n"3617",\n"3623",\n"3631",\n"3637",\n"3643",\n"3659",\n"3671",\n"3673",\n"3677",\n"3691",\n"3697",\n"3701",\n"3709",\n"3719",\n"3727",\n"3733",\n"3739",\n"3761",\n"3767",\n"3769",\n"3779",\n"3793",\n"3797",\n"3803",\n"3821",\n"3823",\n"3833",\n"3847",\n"3851",\n"3853",\n"3863",\n"3877",\n"3881",\n"3889",\n"3907",\n"3911",\n"3917",\n"3919",\n"3923",\n"3929",\n"3931",\n"3943",\n"3947",\n"3967",\n"3989",\n"4001",\n"4003",\n"4007",\n"4013",\n"4019",\n"4021",\n"4027",\n"4049",\n"4051",\n"4057",\n"4073",\n"4079",\n"4091",\n"4093",\n"4099",\n"4111",\n"4127",\n"4129",\n"4133",\n"4139",\n"4153",\n"4157",\n"4159",\n"4177",\n"4201",\n"4211",\n"4217",\n"4219",\n"4229",\n"4231",\n"4241",\n"4243",\n"4253",\n"4259",\n"4261",\n"4271",\n"4273",\n"4283",\n"4289",\n"4297",\n"4327",\n"4337",\n"4339",\n"4349",\n"4357",\n"4363",\n"4373",\n"4391",\n"4397",\n"4409",\n"4421",\n"4423",\n"4441",\n"4447",\n"4451",\n"4457",\n"4463",\n"4481",\n"4483",\n"4493",\n"4507",\n"4513",\n"4517",\n"4519",\n"4523",\n"4547",\n"4549",\n"4561",\n"4567",\n"4583",\n"4591",\n"4597",\n"4603",\n"4621",\n"4637",\n"4639",\n"4643",\n"4649",\n"4651",\n"4657",\n"4663",\n"4673",\n"4679",\n"4691",\n"4703",\n"4721",\n"4723",\n"4729",\n"4733",\n"4751",\n"4759",\n"4783",\n"4787",\n"4789",\n"4793",\n"4799",\n"4801",\n"4813",\n"4817",\n"4831",\n"4861",\n"4871",\n"4877",\n"4889",\n"4903",\n"4909",\n"4919",\n"4931",\n"4933",\n"4937",\n"4943",\n"4951",\n"4957",\n"4967",\n"4969",\n"4973",\n"4987",\n"4993",\n"4999",\n"5003",\n"5009",\n"5011",\n"5021",\n"5023",\n"5039",\n"5051",\n"5059",\n"5077",\n"5081",\n"5087",\n"5099",\n"5101",\n"5107",\n"5113",\n"5119",\n"5147",\n"5153",\n"5167",\n"5171",\n"5179",\n"5189",\n"5197",\n"5209",\n"5227",\n"5231",\n"5233",\n"5237",\n"5261",\n"5273",\n"5279",\n"5281",\n"5297",\n"5303",\n"5309",\n"5323",\n"5333",\n"5347",\n"5351",\n"5381",\n"5387",\n"5393",\n"5399",\n"5407",\n"5413",\n"5417",\n"5419",\n"5431",\n"5437",\n"5441",\n"5443",\n"5449",\n"5471",\n"5477",\n"5479",\n"5483",\n"5501",\n"5503",\n"5507",\n"5519",\n"5521",\n"5527",\n"5531",\n"5557",\n"5563",\n"5569",\n"5573",\n"5581",\n"5591",\n"5623",\n"5639",\n"5641",\n"5647",\n"5651",\n"5653",\n"5657",\n"5659",\n"5669",\n"5683",\n"5689",\n"5693",\n"5701",\n"5711",\n"5717",\n"5737",\n"5741",\n"5743",\n"5749",\n"5779",\n"5783",\n"5791",\n"5801",\n"5807",\n"5813",\n"5821",\n"5827",\n"5839",\n"5843",\n"5849",\n"5851",\n"5857",\n"5861",\n"5867",\n"5869",\n"5879",\n"5881",\n"5897",\n"5903",\n"5923",\n"5927",\n"5939",\n"5953",\n"5981",\n"5987",\n"6007",\n"6011",\n"6029",\n"6037",\n"6043",\n"6047",\n"6053",\n"6067",\n"6073",\n"6079",\n"6089",\n"6091",\n"6101",\n"6113",\n"6121",\n"6131",\n"6133",\n"6143",\n"6151",\n"6163",\n"6173",\n"6197",\n"6199",\n"6203",\n"6211",\n"6217",\n"6221",\n"6229",\n"6247",\n"6257",\n"6263",\n"6269",\n"6271",\n"6277",\n"6287",\n"6299",\n"6301",\n"6311",\n"6317",\n"6323",\n"6329",\n"6337",\n"6343",\n"6353",\n"6359",\n"6361",\n"6367",\n"6373",\n"6379",\n"6389",\n"6397",\n"6421",\n"6427",\n"6449",\n"6451",\n"6469",\n"6473",\n"6481",\n"6491",\n"6521",\n"6529",\n"6547",\n"6551",\n"6553",\n"6563",\n"6569",\n"6571",\n"6577",\n"6581",\n"6599",\n"6607",\n"6619",\n"6637",\n"6653",\n"6659",\n"6661",\n"6673",\n"6679",\n"6689",\n"6691",\n"6701",\n"6703",\n"6709",\n"6719",\n"6733",\n"6737",\n"6761",\n"6763",\n"6779",\n"6781",\n"6791",\n"6793",\n"6803",\n"6823",\n"6827",\n"6829",\n"6833",\n"6841",\n"6857",\n"6863",\n"6869",\n"6871",\n"6883",\n"6899",\n"6907",\n"6911",\n"6917",\n"6947",\n"6949",\n"6959",\n"6961",\n"6967",\n"6971",\n"6977",\n"6983",\n"6991",\n"6997",\n"7001",\n"7013",\n"7019",\n"7027",\n"7039",\n"7043",\n"7057",\n"7069",\n"7079",\n"7103",\n"7109",\n"7121",\n"7127",\n"7129",\n"7151",\n"7159",\n"7177",\n"7187",\n"7193",\n"7207",\n"7211",\n"7213",\n"7219",\n"7229",\n"7237",\n"7243",\n"7247",\n"7253",\n"7283",\n"7297",\n"7307",\n"7309",\n"7321",\n"7331",\n"7333",\n"7349",\n"7351",\n"7369",\n"7393",\n"7411",\n"7417",\n"7433",\n"7451",\n"7457",\n"7459",\n"7477",\n"7481",\n"7487",\n"7489",\n"7499",\n"7507",\n"7517",\n"7523",\n"7529",\n"7537",\n"7541",\n"7547",\n"7549",\n"7559",\n"7561",\n"7573",\n"7577",\n"7583",\n"7589",\n"7591",\n"7603",\n"7607",\n"7621",\n"7639",\n"7643",\n"7649",\n"7669",\n"7673",\n"7681",\n"7687",\n"7691",\n"7699",\n"7703",\n"7717",\n"7723",\n"7727",\n"7741",\n"7753",\n"7757",\n"7759",\n"7789",\n"7793",\n"7817",\n"7823",\n"7829",\n"7841",\n"7853",\n"7867",\n"7873",\n"7877",\n"7879",\n"7883",\n"7901",\n"7907",\n"7919"\n]>>
jquery:off\nhash:off\nbookmark:off\nmodernizr:off\nundo:off\nobfuscate:off\nexitprompt:off\nblankcss:off\n
<<$care = [\n"Please remember to take care of yourself.",\n"I hope you have a good day today.",\n"Things may seem tough now, but you'll make it through this.",\n"You may not believe it, but you've been doing such a good job lately.",\n"I'm proud of you.",\n"I believe in you.",\n"Never forget that there are people out there who love you, and people you've yet to meet who will."\n]>>
<<$quote = [\n"Moral indignation is jealousy with a halo.",\n"Glory is fleeting, but obscurity is forever.",\n"The whole problem with the world is that fools and fanatics are always so certain of themselves, and wiser people so full of doubts.",\n"Victory goes to the player who makes the next-to-last mistake.",\n"Don't be so humble - you are not that great.",\n"His ignorance is encyclopedic",\n"If a man does his best, what else is there?",\n"You can avoid reality, but you cannot avoid the consequences of avoiding reality.",\n"Sex and religion are closer to each other than either might prefer.",\n"I can write better than anybody who can write faster, and I can write faster than anybody who can write better.",\n"People demand freedom of speech to make up for the freedom of thought which they avoid.",\n"Give me chastity and continence, but not yet.",\n"Not everything that can be counted counts, and not everything that counts can be counted.",\n"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.",\n"A lie gets halfway around the world before the truth has a chance to get its pants on.",\n"You may not be interested in war, but war is interested in you.",\n"I do not feel obliged to believe that the same God who has endowed us with sense, reason, and intellect has intended us to forgo their use.",\n"We are all atheists about most of the gods humanity has ever believed in. Some of us just go one god further.",\n"The artist is nothing without the gift, but the gift is nothing without work.",\n"This book fills a much-needed gap.",\n"The full use of your powers along lines of excellence.",\n"I'm living so far beyond my income that we may almost be said to be living apart.",\n"Give me a museum and I'll fill it.",\n"Assassins!",\n"In theory, there is no difference between theory and practice. But in practice, there is.",\n"I find that the harder I work, the more luck I seem to have.",\n"Each problem that I solved became a rule which served afterwards to solve other problems.",\n"In the End, we will remember not the words of our enemies, but the silence of our friends.",\n"Whether you think that you can, or that you can't, you are usually right.",\n"The only way to get rid of a temptation is to yield to it.",\n"Don't stay in bed, unless you can make money in bed.",\n"I don't know why we are here, but I'm pretty sure that it is not in order to enjoy ourselves.",\n"There are no facts, only interpretations.",\n"Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.",\n"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense.",\n"Problems worthy of attack prove their worth by fighting back.",\n"Try to learn something about everything and everything about something.",\n"Dancing is silent poetry.",\n"The only difference between me and a madman is that I'm not mad.",\n"If you can't get rid of the skeleton in your closet, you'd best teach it to dance.",\n"But at my back I always hear Time's winged chariot hurrying near.",\n"The power of accurate observation is frequently called cynicism by those who don't have it.",\n"Whenever I climb I am followed by a dog called 'Ego'.",\n"Everybody pities the weak; jealousy you have to earn.",\n"We have art to save ourselves from the truth.",\n"Never interrupt your enemy when he is making a mistake.",\n"I have never killed anyone, but I have read some obituary notices with great satisfaction.",\n"I think 'Hail to the Chief' has a nice ring to it.",\n"I have nothing to declare except my genius.",\n"Human history becomes more and more a race between education and catastrophe.",\n"Talent does what it can; genius does what it must.",\n"The difference between 'involvement' and 'commitment' is like an eggs-and-ham breakfast: the chicken was 'involved' - the pig was 'committed'.",\n"If you are going through hell, keep going.",\n"Life isn't about waiting for the storm to pass; it's about learning to dance in the rain.",\n"He who has a 'why' to live, can bear with almost any 'how'.",\n"Many wealthy people are little more than janitors of their possessions.",\n"Some cause happiness wherever they go; others, whenever they go.",\n"God is a comedian playing to an audience too afraid to laugh.",\n"He is one of those people who would be enormously improved by death.",\n"I am ready to meet my Maker. Whether my Maker is prepared for the great ordeal of meeting me is another matter.",\n"I shall not waste my days in trying to prolong them.",\n"If you can count your money, you don't have a billion dollars.",\n"Facts are the enemy of truth.",\n"When you do the common things in life in an uncommon way, you will command the attention of the world.",\n"I have not failed. I've just found 10,000 ways that won't work.",\n"I begin by taking. I shall find scholars later to demonstrate my perfect right.",\n"Maybe this world is another planet's Hell.",\n"Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth.",\n"I've had a wonderful time, but this wasn't it.",\n"It's kind of fun to do the impossible.",\n"We didn't lose the game; we just ran out of time.",\n"The optimist proclaims that we live in the best of all possible worlds, and the pessimist fears this is true.",\n"You can only find truth with logic if you have already found truth without it.",\n"An inconvenience is only an adventure wrongly considered; an adventure is an inconvenience rightly considered.",\n"I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth.",\n"Be nice to people on your way up because you meet them on your way down.",\n"The true measure of a man is how he treats someone who can do him absolutely no good.",\n"A people that values its privileges above its principles soon loses both.",\n"The significant problems we face cannot be solved at the same level of thinking we were at when we created them.",\n"Basically, I no longer work for anything but the sensation I have while working.",\n"There's a limit to how many times you can read how great you are and what an inspiration you are, but I'm not there yet.",\n"It is far better to grasp the Universe as it really is than to persist in delusion, however satisfying and reassuring.",\n"All truth passes through three stages. First, it is ridiculed. Second, it is violently opposed. Third, it is accepted as being self-evident.",\n"Many a man's reputation would not know his character if they met on the street.",\n"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.",\n"Life is pleasant. Death is peaceful. It's the transition that's troublesome.",\n"If you want to make an apple pie from scratch, you must first create the universe.",\n"It is much more comfortable to be mad and know it, than to be sane and have one's doubts.",\n"To love oneself is the beginning of a lifelong romance.",\n"Knowledge speaks, but wisdom listens.",\n"A clever man commits no minor blunders.",\n"Argue for your limitations, and sure enough they're yours.",\n"A witty saying proves nothing.",\n"Sleep is an excellent way of listening to an opera.",\n"The nice thing about being a celebrity is that if you bore people they think it's their fault.",\n"Education is a progressive discovery of our own ignorance.",\n"I have often regretted my speech, never my silence.",\n"If everything seems under control, you're just not going fast enough.",\n"Obstacles are those frightful things you see when you take your eyes off your goal.",\n"I'll sleep when I'm dead.",\n"There are people in the world so hungry, that God cannot appear to them except in the form of bread.",\n"When you gaze long into the abyss, the abyss also gazes into you.",\n"The instinct of nearly all societies is to lock up anybody who is truly free. First, society begins by trying to beat you up. If this fails, they try to poison you. If this fails too, they finish by loading honors on your head.",\n"Everyone is a genius at least once a year; a real genius has his original ideas closer together.",\n"Success usually comes to those who are too busy to be looking for it",\n"While we are postponing, life speeds by.",\n"Where are we going, and why am I in this handbasket?",\n"God, please save me from your followers!",\n"Fill what's empty, empty what's full, and scratch where it itches.",\n"Luck is the residue of design.",\n"Most people would sooner die than think; in fact, they do so.",\n"Wit is educated insolence.",\n"Advice is what we ask for when we already know the answer but wish we didn't.",\n"I've learned that people will forget what you said, people will forget what you did, but people will never forget how you made them feel.",\n"Wise men make proverbs, but fools repeat them.",\n"It has become appallingly obvious that our technology has exceeded our humanity.",\n"The secret of success is to know something nobody else knows.",\n"Sometimes when reading Goethe I have the paralyzing suspicion that he is trying to be funny.",\n"When you have to kill a man, it costs nothing to be polite.",\n"The opposite of a correct statement is a false statement. The opposite of a profound truth may well be another profound truth.",\n"When I am working on a problem I never think about beauty. I only think about how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong.",\n"In science one tries to tell people, in such a way as to be understood by everyone, something that no one ever knew before. But in poetry, it's the exact opposite.",\n"I would have made a good Pope.",\n"In any contest between power and patience, bet on patience.",\n"Anyone who considers arithmetical methods of producing random digits is, of course, in a state of sin.",\n"The mistakes are all waiting to be made.",\n"It is unbecoming for young men to utter maxims.",\n"Reality is merely an illusion, albeit a very persistent one.",\n"One of the symptoms of an approaching nervous breakdown is the belief that one's work is terribly important.",\n"A little inaccuracy sometimes saves a ton of explanation.",\n"There are two ways of constructing a software design; one way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.",\n"Make everything as simple as possible, but not simpler.",\n"Three o'clock is always too late or too early for anything you want to do.",\n"A doctor can bury his mistakes but an architect can only advise his clients to plant vines.",\n"If you haven't got anything nice to say about anybody, come sit next to me.",\n"A man can't be too careful in the choice of his enemies.",\n"Forgive your enemies, but never forget their names.",\n"Logic is in the eye of the logician.",\n"No one can earn a million dollars honestly.",\n"Everything has been figured out, except how to live.",\n"Well-timed silence hath more eloquence than speech.",\n"Thank you for sending me a copy of your book - I'll waste no time reading it.",\n"It is better to have a permanent income than to be fascinating.",\n"When ideas fail, words come in very handy.",\n"In the end, everything is a gag.",\n"The nice thing about egotists is that they don't talk about other people.",\n"You got to be careful if you don't know where you're going, because you might not get there.",\n"He who hesitates is a damned fool.",\n"Good teaching is one-fourth preparation and three-fourths theater.",\n"University politics are vicious precisely because the stakes are so small.",\n"The graveyards are full of indispensable men.",\n"You can pretend to be serious; you can't pretend to be witty.",\n"Behind every great fortune there is a crime.",\n"I am not young enough to know everything.",\n"The object of war is not to die for your country but to make the other bastard die for his.",\n"Sometimes a scream is better than a thesis.",\n"There is no sincerer love than the love of food.",\n"I don't even butter my bread; I consider that cooking.",\n"I have an existential map; it has 'you are here' written all over it.",\n"Manuscript: something submitted in haste and returned at leisure.",\n"The covers of this book are too far apart.",\n"Everywhere I go I'm asked if I think the university stifles writers. My opinion is that they don't stifle enough of them.",\n"Too many pieces of music finish too long after the end.",\n"When choosing between two evils, I always like to try the one I've never tried before.",\n"I don't know anything about music. In my line you don't have to.",\n"Hell is a half-filled auditorium.",\n"Show me a sane man and I will cure him for you.",\n"Vote early and vote often.",\n"If I were two-faced, would I be wearing this one?",\n"Few things are harder to put up with than a good example.",\n"Hell is other people.",\n"Now I am become death, the destroyer of worlds.",\n"Happiness is good health and a bad memory.",\n"Friends may come and go, but enemies accumulate.",\n"You can get more with a kind word and a gun than you can with a kind word alone.",\n"The gods too are fond of a joke.",\n"Distrust any enterprise that requires new clothes.",\n"The difference between pornography and erotica is lighting.",\n"It is time I stepped aside for a less experienced and less able man.",\n"Every day I get up and look through the Forbes list of the richest people in America. If I'm not there, I go to work.",\n"The cynics are right nine times out of ten.",\n"There are some experiences in life which should not be demanded twice from any man, and one of them is listening to the Brahms Requiem.",\n"And I looked, and behold a pale horse: and his name that sat on him was Death, and Hell followed with him.",\n"Attention to health is life's greatest hindrance.",\n"Plato was a bore.",\n"Nietzsche was stupid and abnormal.",\n"I'm not going to get into the ring with Tolstoy.",\n"Hemingway was a jerk.",\n"Men are not disturbed by things, but the view they take of things.",\n"What about things like bullets?",\n"How can I lose to such an idiot?",\n"Not only is there no God, but try finding a plumber on Sunday.",\n"I don't feel good.",\n"Nothing is wrong with California that a rise in the ocean level wouldn't cure.",\n"Men have become the tools of their tools.",\n"I have never let my schooling interfere with my education.",\n"It is now possible for a flight attendant to get a pilot pregnant.",\n"I never miss a chance to have sex or appear on television.",\n"I don't want to achieve immortality through my work; I want to achieve immortality through not dying.",\n"Men and nations behave wisely once they have exhausted all the other alternatives.",\n"A consensus means that everyone agrees to say collectively what no one believes individually.",\n"To sit alone with my conscience will be judgment enough for me.",\n"Imitation is the sincerest form of television.",\n"Always do right- this will gratify some and astonish the rest.",\n"In America, anybody can be president. That's one of the risks you take.",\n"Copy from one, it's plagiarism; copy from two, it's research.",\n"Why don't you write books people can read?",\n"Some editors are failed writers, but so are most writers.",\n"Criticism is prejudice made plausible.",\n"It is better to be quotable than to be honest.",\n"Being on the tightrope is living; everything else is waiting.",\n"Opportunities multiply as they are seized.",\n"A scholar who cherishes the love of comfort is not fit to be deemed a scholar.",\n"The best way to predict the future is to invent it.",\n"Never mistake motion for action.",\n"Hell is paved with good samaritans.",\n"The longer I live the more I see that I am never wrong about anything, and that all the pains that I have so humbly taken to verify my notions have only wasted my time.",\n"Silence is argument carried out by other means.",\n"Well done is better than well said.",\n"The average person thinks he isn't.",\n"A husband is what is left of the lover after the nerve has been extracted.",\n"Learning is what most adults will do for a living in the 21st century.",\n"Dogma is the sacrifice of wisdom to consistency.",\n"Sometimes it is not enough that we do our best; we must do what is required.",\n"The man who goes alone can start today; but he who travels with another must wait till that other is ready.",\n"There is a country in Europe where multiple-choice tests are illegal.",\n"Ask her to wait a moment - I am almost done.",\n"A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty.",\n"I think there is a world market for maybe five computers.",\n"I think it would be a good idea.",\n"The only thing necessary for the triumph of evil is for good men to do nothing.",\n"I'm not a member of any organized political party, I'm a Democrat!",\n"The backbone of surprise is fusing speed with secrecy.",\n"Democracy does not guarantee equality of conditions - it only guarantees equality of opportunity.",\n"There is no reason anyone would want a computer in their home.",\n"The concept is interesting and well-formed, but in order to earn better than a 'C', the idea must be feasible.",\n"Who the hell wants to hear actors talk?",\n"We don't like their sound, and guitar music is on the way out.",\n"Everything that can be invented has been invented.",\n"A pint of sweat saves a gallon of blood.",\n"After I'm dead I'd rather have people ask why I have no monument than why I have one.",\n"He can compress the most words into the smallest idea of any man I know.",\n"Don't let it end like this. Tell them I said something.",\n"The right to swing my fist ends where the other man's nose begins.",\n"The difference between fiction and reality? Fiction has to make sense.",\n"It's not the size of the dog in the fight, it's the size of the fight in the dog.",\n"It is better to be feared than loved, if you cannot be both.",\n"Whatever is begun in anger ends in shame.",\n"The President has kept all of the promises he intended to keep.",\n"We're going to turn this team around 360 degrees.",\n"Half this game is ninety percent mental.",\n"There's many a bestseller that could have been prevented by a good teacher.",\n"He has all the virtues I dislike and none of the vices I admire.",\n"Write drunk; edit sober.",\n"I criticize by creation - not by finding fault.",\n"Love is friendship set on fire.",\n"My occupation now, I suppose, is jail inmate.",\n"Woman was God's second mistake.",\n"This isn't right, this isn't even wrong.",\n"Every normal woman must be tempted at times to spit upon her hands, hoist the black flag, and begin slitting throats.",\n"Now, now my good man, this is no time for making enemies.",\n"Fill the unforgiving minute with sixty seconds worth of distance run.",\n"He would make a lovely corpse.",\n"I've just learned about his illness. Let's hope it's nothing trivial.",\n"I worship the quicksand he walks in.",\n"Wagner's music is better than it sounds.",\n"A poem is never finished, only abandoned.",\n"We are not retreating - we are advancing in another Direction.",\n"If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens?",\n"Your Highness, I have no need of this hypothesis.",\n"I choose a block of marble and chop off whatever I don't need.",\n"The man who does not read good books has no advantage over the man who cannot read them.",\n"The truth is more important than the facts.",\n"Research is what I'm doing when I don't know what I'm doing.",\n"There are only two tragedies in life: one is not getting what one wants, and the other is getting it.",\n"There are only two ways to live your life. One is as though nothing is a miracle. The other is as though everything is a miracle."\n]>>
A person like you ought to have a pet <<$bloo to either($animal)>>.\n\n[[Yes|game][$tempyes to 1]] / [[No|game][$tempno to 1]]
<center><<stopallsound>><<display memcheck>><<if $lifebreak[$j] is visited()>><<set $lives-->><<playsound "ae-sound/buzz.ogg">><<endif>><<display header>>\n\n<<timedinsert 0.5s>><<if $chosen_adjs.length gt 5>><<set $chosen_adjs.shift()>><<endif>><<if $chosen_verbs.length gt 5>><<set $chosen_verbs.shift()>><<endif>><<if $storybreak[$i] is visited()>><<set $i++>><<display storybreak>><<playsound "ae-sound/bell.ogg">><<else if $lifebreak[$j] is visited()>><<set $j++>><<if $lives is 0>><<goto "gameover">><<else>><<display either("p_adj","p_verb")>><<endif>><<else>><<display either("p_adj","p_verb")>><<playsound "ae-sound/bell.ogg">><<endif>><<endtimedinsert>><<if $lives neq 0>><<set $score += either(-30,-20,-20,-10,-10,0,0,0,10,10,10,10,10,20,20,20,30,50,70,100)>><<endif>></center>/%\n\nDEBUG\nvisited() <<$var to visited()>>\nstorybreak <<$storybreak>>\nlifebreak <<$lifebreak>>\nchosen_adjs <<$chosen_adjs>>\nchosen_verbs <<$chosen_verbs>>\nstorybreak fix <<$storybreak[0] to 4>> <<$storybreak[1] to 8>> <<$storybreak[2] to 12>>\ngameover fix <<$lifebreak[0] to 6>> <<$lifebreak[1] to 10>> <<$lifebreak[2] to 15>>\nplays <<$r_plays>>\nyes <<$r_yes>>\nno <<$r_no>>\nthank <<$r_thank>>\nsilence <<$r_silence>>%/
<<set $verb = [\n"abandon",\n"abduct",\n"abolish",\n"abscond",\n"accelerate",\n"accomplish",\n"accuse",\n"accrue",\n"achieve",\n"achieve",\n"acquire",\n"act",\n"activate",\n"adapt",\n"add",\n"address",\n"adjust",\n"administer",\n"advance",\n"advantage",\n"advise",\n"advocate",\n"affirm",\n"aid",\n"aim",\n"alert",\n"allocate",\n"analyze",\n"answer",\n"anticipate",\n"apprehend",\n"approach",\n"appropriate",\n"arbitrate",\n"arrange",\n"arrest",\n"ascertain",\n"assault",\n"assemble",\n"assess",\n"assign",\n"assist",\n"assure",\n"attack",\n"attain",\n"attract",\n"audit",\n"augment",\n"authenticate",\n"author",\n"authorize",\n"automate",\n"avert",\n"avoid",\n"award",\n"balance",\n"bang",\n"bank",\n"bar",\n"beat",\n"benefit",\n"berate",\n"bill",\n"bite",\n"blast",\n"blend",\n"block",\n"blow",\n"bolster",\n"book",\n"boost",\n"brace",\n"break",\n"brief",\n"brighten",\n"broker",\n"buck",\n"budget",\n"build",\n"bump",\n"bury",\n"bushwhack",\n"calculate",\n"call",\n"calm",\n"campaign",\n"cancel",\n"capitalize",\n"catch",\n"centralize",\n"certify",\n"chair",\n"challenge",\n"champion",\n"change",\n"channel",\n"charge",\n"chart",\n"chase",\n"check",\n"choke",\n"circumscribe",\n"circumvent",\n"clap",\n"clarify",\n"clash",\n"classify",\n"climb",\n"clip",\n"clutch",\n"coach",\n"collaborate",\n"collapse",\n"collar",\n"collate",\n"collect",\n"collide",\n"combine",\n"command",\n"commandeer",\n"communicate",\n"compile",\n"complete",\n"comply",\n"compose",\n"compute",\n"conceive",\n"conclude",\n"condense",\n"conduct",\n"confer",\n"configure",\n"conserve",\n"consolidate",\n"construct",\n"consult",\n"contract",\n"control",\n"convert",\n"coordinate",\n"correlate",\n"counsel",\n"count",\n"cram",\n"crash",\n"crawl",\n"create",\n"creep",\n"cripple",\n"critique",\n"crouch",\n"cultivate",\n"cure",\n"customize",\n"cut",\n"dance",\n"dart",\n"dash",\n"deal",\n"debate",\n"decide",\n"deck",\n"decorate",\n"decrease",\n"deduct",\n"define",\n"delegate",\n"delete",\n"deliberate",\n"delineate",\n"deliver",\n"demonstrate",\n"derive",\n"descend",\n"describe",\n"design",\n"detail",\n"detect",\n"determine",\n"develop",\n"devise",\n"devise",\n"diagnose",\n"dictate",\n"dig",\n"direct",\n"discard",\n"discover",\n"dispatch",\n"display",\n"dissect",\n"distinguish",\n"distribute",\n"distribute",\n"ditch",\n"dive",\n"divert",\n"do",\n"dodge",\n"dominate",\n"dope",\n"double",\n"douse",\n"draft",\n"drag",\n"drain",\n"dramatize",\n"drape",\n"draw",\n"dress",\n"drill",\n"drink",\n"drip",\n"drop",\n"drown",\n"drug",\n"dry",\n"duel",\n"dunk",\n"earn",\n"ease",\n"edge",\n"edit",\n"edit",\n"educate",\n"effect",\n"eject",\n"elect",\n"elevate",\n"eliminate",\n"elope",\n"elude",\n"emerge",\n"employ",\n"enable",\n"enact",\n"encourage",\n"endure",\n"engage",\n"engineer",\n"enjoin",\n"ensnare",\n"ensure",\n"enter",\n"equip",\n"erupt",\n"escalate",\n"escape",\n"establish",\n"establish",\n"estimate",\n"evacuate",\n"evade",\n"evaluate",\n"evict",\n"examine",\n"execute",\n"exert",\n"exhale",\n"exhibit",\n"exit",\n"expand",\n"expand",\n"expedite",\n"expel",\n"explode",\n"experience",\n"experiment",\n"explain",\n"explore",\n"expose",\n"extend",\n"extirpate",\n"extract",\n"extricate",\n"facilitate",\n"fade",\n"fake",\n"fall",\n"falter",\n"fan",\n"fashion",\n"fast",\n"favor",\n"fear",\n"feed",\n"feel",\n"fend",\n"field",\n"fight",\n"file",\n"fill",\n"finance",\n"find",\n"finger",\n"finish",\n"fix",\n"flag",\n"flap",\n"flash",\n"flatten",\n"flaunt",\n"flay",\n"flee",\n"flick",\n"flinch",\n"fling",\n"flip",\n"flit",\n"float",\n"flog",\n"flounder",\n"flout",\n"flush",\n"fly",\n"focus",\n"fondle",\n"force",\n"forecast",\n"forge",\n"formalize",\n"form",\n"formulate",\n"fornicate",\n"foster",\n"found",\n"fuck",\n"fumble",\n"function",\n"fund",\n"furnish",\n"gain",\n"gallop",\n"gather",\n"generate",\n"gesture",\n"get",\n"give",\n"gnaw",\n"gossip",\n"gouge",\n"govern",\n"graduate",\n"grab",\n"grapple",\n"grasp",\n"greet",\n"grind",\n"grip",\n"grope",\n"ground",\n"grow",\n"growl",\n"grunt",\n"guard",\n"guide",\n"gyrate",\n"hack",\n"hail",\n"halt",\n"halve",\n"hammer",\n"handle",\n"hang",\n"harass",\n"hasten",\n"haul",\n"head",\n"help",\n"hesitate",\n"hide",\n"hijack",\n"hire",\n"hit",\n"hitch",\n"hobble",\n"hoist",\n"hold",\n"hover",\n"hug",\n"hurl",\n"hurtle",\n"hypothesize",\n"identify",\n"ignore",\n"illustrate",\n"imitate",\n"implement",\n"improve",\n"improvise",\n"inch",\n"increase",\n"increase",\n"index",\n"indict",\n"individualize",\n"induce",\n"inflict",\n"influence",\n"inform",\n"initiate",\n"inject",\n"injure",\n"innovate",\n"insert",\n"inspect",\n"inspire",\n"install",\n"instigate",\n"institute",\n"instruct",\n"integrate",\n"intensify",\n"interchange",\n"interpret",\n"interview",\n"introduce",\n"invade",\n"invent",\n"inventory",\n"invest",\n"investigate",\n"isolate",\n"itemize",\n"jab",\n"jam",\n"jar",\n"jeer",\n"jerk",\n"jimmy",\n"jingle",\n"jolt",\n"judge",\n"jump",\n"justify",\n"keel",\n"keynote",\n"kibitz",\n"kick",\n"kidnap",\n"kill",\n"kneel",\n"knife",\n"land",\n"lash",\n"launch",\n"lead",\n"lean",\n"leap",\n"learn",\n"lecture",\n"left",\n"lessen",\n"level",\n"license",\n"lick",\n"limp",\n"link",\n"listen",\n"locate",\n"log",\n"lower",\n"lunge",\n"lurch",\n"make",\n"maim",\n"maintain",\n"make",\n"manage",\n"mangle",\n"manipulate",\n"manufacture",\n"march",\n"mark",\n"market",\n"massage",\n"master",\n"maul",\n"measure",\n"meddle",\n"mediate",\n"meet",\n"mend",\n"mentor",\n"mimic",\n"mingle",\n"minimize",\n"mobilize",\n"mock",\n"model",\n"mold",\n"monitor",\n"motivate",\n"mourn",\n"move",\n"multiply",\n"mumble",\n"murder",\n"muster",\n"mutilate",\n"nab",\n"nag",\n"nail",\n"narrow",\n"needle",\n"negotiate",\n"nick",\n"nip",\n"nominate",\n"nurture",\n"observe",\n"obtain",\n"occupy",\n"offer",\n"officiate",\n"operate",\n"order",\n"organize",\n"originate",\n"outline",\n"overcome",\n"oversee",\n"pack",\n"participate",\n"paddle",\n"page",\n"pander",\n"panic",\n"parachute",\n"parade",\n"paralyze",\n"park",\n"parry",\n"party",\n"pass",\n"pat",\n"patrol",\n"pause",\n"paw",\n"peel",\n"peep",\n"penetrate",\n"perceive",\n"perfect",\n"perform",\n"persuade",\n"photograph",\n"pick",\n"picket",\n"pile",\n"pilot",\n"pin",\n"pinch",\n"pioneer",\n"pirate",\n"pitch",\n"placate",\n"place",\n"plan",\n"play",\n"plod",\n"plow",\n"plunge",\n"pocket",\n"poke",\n"polish",\n"pore",\n"pose",\n"position",\n"pounce",\n"pout",\n"pray",\n"predict",\n"preen",\n"prepare",\n"prescribe",\n"present",\n"preside",\n"preside",\n"primp",\n"print",\n"prioritize",\n"probe",\n"process",\n"procure",\n"prod",\n"produce",\n"profit",\n"program",\n"project",\n"promote",\n"prompt",\n"proofread",\n"propel",\n"propose",\n"protect",\n"prove",\n"provide",\n"provoke",\n"pry",\n"publicize",\n"publish",\n"pull",\n"pummel",\n"pump",\n"punch",\n"purchase",\n"pursue",\n"push",\n"qualify",\n"question",\n"quicken",\n"quit",\n"quiz",\n"race",\n"raid",\n"raise",\n"rally",\n"ram",\n"ransack",\n"rate",\n"rattle",\n"ravage",\n"rave",\n"read",\n"realize",\n"rebuild",\n"receive",\n"recline",\n"recommend",\n"reconcile",\n"reconnoiter",\n"record",\n"recoup",\n"recruit",\n"redeem",\n"reduce",\n"reel",\n"refer",\n"regain",\n"regulate",\n"reinforce",\n"rejoin",\n"relate",\n"relate",\n"relax",\n"relent",\n"relieve",\n"remove",\n"render",\n"renew",\n"renovate",\n"reorganize",\n"repair",\n"repel",\n"report",\n"represent",\n"repulse",\n"research",\n"resign",\n"resist",\n"resolve",\n"respond",\n"restore",\n"retain",\n"retaliate",\n"retreat",\n"retrieve",\n"reveal",\n"review",\n"revise",\n"ride",\n"rip",\n"rise",\n"risk",\n"rob",\n"rock",\n"roll",\n"rub",\n"run",\n"rush",\n"sail",\n"salute",\n"sap",\n"satisfy",\n"save",\n"saw",\n"scale",\n"scamper",\n"scan",\n"scare",\n"scatter",\n"scavenge",\n"schedule",\n"scold",\n"scoop",\n"scoot",\n"score",\n"scour",\n"scout",\n"scrape",\n"scrawl",\n"scream",\n"screen",\n"screw",\n"scrub",\n"scruff",\n"scuffle",\n"sculpt",\n"scuttle",\n"seal",\n"search",\n"secure",\n"seduce",\n"segment",\n"seize",\n"select",\n"sell",\n"sense",\n"serve",\n"service",\n"set",\n"setup",\n"sever",\n"sew",\n"shake",\n"shape",\n"share",\n"sharpen",\n"shave",\n"shear",\n"shell",\n"shield",\n"shift",\n"shit",\n"shiver",\n"shock",\n"shoot",\n"shorten",\n"shout",\n"shove",\n"shovel",\n"show",\n"shun",\n"shut",\n"sidestep",\n"sigh",\n"signal",\n"simplify",\n"sip",\n"sit",\n"size",\n"skid",\n"skim",\n"skip",\n"skirt",\n"slacken",\n"slam",\n"slap",\n"slash",\n"slay",\n"slide",\n"slug",\n"smack",\n"smear",\n"smell",\n"smoke",\n"smuggle",\n"snap",\n"snare",\n"snarl",\n"snatch",\n"snicker",\n"sniff",\n"snitch",\n"snoop",\n"snub",\n"snuff",\n"snuggle",\n"soak",\n"sock",\n"soil",\n"sold",\n"solve",\n"sort",\n"spark",\n"spear",\n"spell",\n"spike",\n"spin",\n"splatter",\n"splice",\n"split",\n"spot",\n"spray",\n"spread",\n"spring",\n"sprint",\n"spurn",\n"spy",\n"squeak",\n"stack",\n"staff",\n"stagger",\n"stamp",\n"stand",\n"start",\n"startle",\n"steal",\n"steer",\n"step",\n"stick",\n"stiffen",\n"stifle",\n"stimulate",\n"stock",\n"stomp",\n"stop",\n"strangle",\n"strap",\n"strategize",\n"streamline",\n"strengthen",\n"stress",\n"strike",\n"strip",\n"stroke",\n"structure",\n"stub",\n"study",\n"stuff",\n"stumble",\n"stun",\n"subdue",\n"submerge",\n"submit",\n"submit",\n"succeed",\n"suck",\n"summarize",\n"sum",\n"summon",\n"supervise",\n"supply",\n"support",\n"surrender",\n"survey",\n"suspend",\n"sustain",\n"swagger",\n"swallow",\n"swap",\n"sway",\n"swear",\n"swerve",\n"swim",\n"swing",\n"swipe",\n"switch",\n"synergize",\n"synthesize",\n"systematize",\n"tabulate",\n"tackle",\n"take",\n"tap",\n"target",\n"taste",\n"taunt",\n"teach",\n"tear",\n"tease",\n"telephone",\n"terrorize",\n"test",\n"thin",\n"thrash",\n"thread",\n"threaten",\n"throw",\n"tickle",\n"tie",\n"tighten",\n"tilt",\n"tip",\n"toss",\n"touch",\n"tout",\n"track",\n"train",\n"transcribe",\n"transfer",\n"transform",\n"transition",\n"translate",\n"transport",\n"trap",\n"tread",\n"treat",\n"trim",\n"trip",\n"triple",\n"trot",\n"trounce",\n"try",\n"tuck",\n"tug",\n"tumble",\n"turn",\n"tutor",\n"twist",\n"type",\n"uncover",\n"understand",\n"undertake",\n"undo",\n"undress",\n"unfold",\n"unify",\n"unite",\n"unravel",\n"untangle",\n"unwind",\n"update",\n"usher",\n"utilize",\n"vacate",\n"validate",\n"value",\n"vanish",\n"vanquish",\n"vault",\n"vent",\n"verbalize",\n"verify",\n"violate",\n"wade",\n"walk",\n"wander",\n"ward",\n"watch",\n"wave",\n"wedge",\n"weed",\n"weigh",\n"whack",\n"whip",\n"whirl",\n"whistle",\n"widen",\n"wield",\n"wiggle",\n"win",\n"withdraw",\n"work",\n"wreck",\n"wrench",\n"wrestle",\n"write",\n"yank",\n"yell",\n"yelp",\n"yield",\n"zap",\n"zip"\n]>>
<<set $proverb = ["A friend's frown is better than a fool's smile.",\n"A friend in need is a friend indeed.",\n"A friend is easier lost than found.",\n"A friend to everybody is a friend to nobody.",\n"A problem shared is a problem halved.",\n"A true friend is someone who reaches for your hand, but touches your heart.",\n"False friends are worse than open enemies.",\n"Flattery is all right so long as you don't inhale.",\n"Give credit where credit is due.",\n"Grief divided is made lighter.",\n"Memory is the treasure of the mind.",\n"Nothing dries sooner than a tear.",\n"Old friends and old wine are best.",\n"The best of friends must part.",\n"The best things are not bought and sold.",\n"There is no better looking-glass than an old friend.",\n"To err is human (To forgive divine).",\n"Two cannot fall out if one does not choose.",\n"A loveless life is a living death.",\n"Absence makes the heart grow fonder.",\n"All's fair in love and war.",\n"Beauty is in the eye of the beholder.",\n"Before you meet the handsome prince you have to kiss a lot of toads.",\n"Better to have loved and lost, than to have never loved at all.",\n"Cold hands, warm heart.",\n"Distance makes the heart grow fonder.",\n"Faint heart never won fair lady.",\n"First impressions are the most lasting.",\n"Hatred is as blind as love.",\n"Love and a cough cannot be hid.",\n"Love does much but money does all.",\n"Love levels all inequalities.",\n"Love makes a good eye squint.",\n"Love sees no faults.",\n"Love sought is good, but given unsought is better.",\n"Love to live and live to love.",\n"Love with life is heaven; and life unloving, hell.",\n"Man is the head but woman turns it.",\n"Marry in haste, repent at leisure.",\n"The course of love never did run smooth.",\n"The Lord loveth a cheerful liar.",\n"There is a thin line between love and hate.",\n"To eat one's heart out.",\n"True beauty lies within.",\n"You can't live on bread alone.",\n"A good friend is one's nearest relation.",\n"A man is known by the company he keeps.",\n"A man of straw needs a woman of gold.",\n"A wink is as good as a nod, to a blind man.",\n"An injury is forgiven better than an injury revenged.",\n"Anger and hate hinder good counsel.",\n"Appearances are deceptive.",\n"At a round table there's no dispute about the place.",\n"Attack is the best form of defense.",\n"Be slow in choosing, but slower in changing.",\n"Behind every great man stands a strong woman.",\n"Blood is thicker than water.",\n"Cheerfulness smooths the road of life.",\n"Confess and be hanged.",\n"Conscience makes cowards of us all.",\n"Don't blow your own trumpet.",\n"Do as you would be done by.",\n"Do unto others as you would have them do to you.",\n"Grow angry slowly; there's plenty of time.",\n"He bears misery best that hides it most.",\n"He that hurts another, hurts himself.",\n"He who wronged you will hate you.",\n"Heavy givers are light complainers.",\n"I am rubber and you are glue. Your words bounce off me and stick to you.",\n"If you lose your temper, don't look for it.",\n"It's not over till it's over.",\n"Joy shared is double joy; grief shared is (only) half grief.",\n"Laugh and the world laughs with you. Cry and you cry alone.",\n"Never let the sun set on angry heart.",\n"Never let the sun go down on your anger.",\n"Never let the sun set on thy wrath.",\n"Never quarrel with one's bread and butter.",\n"No man or woman is worth your tears, and the one who is, won't make you cry.",\n"Open confession is good for the soul.",\n"Out of sight, out of mind.",\n"Patience is a virtue.",\n"Persuasion is better than force.",\n"Spare the rod and spoil the child.",\n"Temper is so good a thing that we should never lose it.",\n"To the world you may be one person, but to one person, you may be the world.",\n"Wondrous is the strength of cheerfulness.",\n"You made your bed, now you must lie in it.",\n"A bully is always a coward.",\n"A handsome shoe often pinches the foot.",\n"A good thing is all the sweeter when won with pain.",\n"A man too careful of danger lives in continual torment.",\n"A miss is as good as a mile.",\n"Adversity flatters no man.",\n"Adversity and loss make a man wise.",\n"All promises are either broken or kept.",\n"All things come to those that wait.",\n"An eye for an eye and a tooth for a tooth.",\n"An open door may tempt a saint.",\n"As one door closes, another always opens.",\n"As you go through life, make this your goal, watch the doughnut and not the hole.",\n"Brevity is the soul of wit.",\n"Cut your coat according to the cloth.",\n"Discretion is the better part of valour.",\n"Do right and fear no man.",\n"Easy come, easy go.",\n"Experience is the hardest teacher. She gives the test first and the lesson afterwards.",\n"Familiarity breeds contempt.",\n"Fortune favours the brave.",\n"He who laughs last, laughs longest.",\n"Home is where the heart is.",\n"Hope for the best and prepare for the worst.",\n"If wishes were horses, beggars would ride.",\n"In the country of the blind, the one-eyed man is king.",\n"It never rains but it pours.",\n"Leave tomorrow till tomorrow.",\n"Life begins at forty.",\n"Lifes trials may be hard to bear, but patience can outlive them.",\n"Live and learn.",\n"Manners maketh the man.",\n"No man is worse for knowing the worst of himself.",\n"Only the good die young.",\n"Procrastination is the thief of time.",\n"The best things in life are free.",\n"The family that prays together, stays together.",\n"The longer you live the more you see.",\n"The meek shall inherit the earth.",\n"The receiver is as bad as the thief.",\n"To wait and be patient soothes many a pang.",\n"Up and down like a fiddler's elbow.",\n"Useless as a screen door on a submarine.",\n"We cannot erase the sad records from our past.",\n"What the eye doesn't see, the heart doesn't grieve over.",\n"While there's life there's hope.",\n"After dinner rest a while, after supper walk a mile.",\n"An apple a day keeps the doctor away.",\n"A drowning man will clutch at a straw.",\n"An onion a day keeps everyone away.",\n"Another pot ! Try the teapot.",\n"As fit as a fiddle.",\n"As hard as nails.",\n"As sick as a dog.",\n"As you go through life, make this your goal, watch the doughnut and not the hole.",\n"Be not a baker if your head is made of butter.",\n"Beauty is but skin deep.",\n"Better late thrive than never do well.",\n"Better to be poor and healthy rather than rich and sick.",\n"Better to wear out than rust out.",\n"Bread never falls but on its buttered side.",\n"Cleanliness is next to Godliness.",\n"Content is health to the sick and riches to the poor.",\n"Don't bite the hand that feeds you.",\n"Drink like a fish, water only.",\n"Early to bed, early to rise, makes you healthy, wealthy & wise.",\n"Fair words butter no cabbage.",\n"Good wine ruins the purse, and bad wine ruins the stomach.",\n"Greediness burst the bag.",\n"Grumbling makes the loaf no larger.",\n"Half a loaf is better than none.",\n"He who drinks a little too much drinks much too much.",\n"He who rises late must trot all day.",\n"His eyes are bigger than his belly.",\n"Hunger is the best sauce.",\n"It is no use crying over spilt milk.",\n"Old friends and old wine are best.",\n"One man's meat is another man's poison.",\n"Ready money is ready medicine.",\n"Sound as a bell.",\n"The nearer the bone the sweeter the meat.",\n"The proof of the pudding is in the eating.",\n"There's many a slip, twixt cup and the lip.",\n"To add insult to injury.",\n"To look as if butter will not melt in his mouth.",\n"Too many cooks spoil the broth.",\n"What can't be cured must be endured.",\n"What you eat today walks and talks tomorrow.",\n"You are what you eat.",\n"You can't have your cake and eat it too.",\n"You can eat an elephant if you do it one mouthful at a time.",\n"You can't unscramble a scrambled egg.",\n"Wondrous is the strength of cheerfulness.",\n"A fool uttereth all his mind.",\n"A bad excuse is better then none.",\n"Actions speak louder than words.",\n"Angry words fan the fire like wind.",\n"Bad news travels fast.",\n"Call a spade a spade.",\n"Do as I say not as I do.",\n"Don't advertise: Tell it to a gossip.",\n"Don't go off half-cocked.",\n"Few words and many deeds.",\n"For donkeys' ages.",\n"Gossips are frogs, they drink and talk.",\n"He who sings drives away sorrow.",\n"If you don't say it you will not have to unsay it.",\n"It takes two to have an argument.",\n"Keep your mouth shut and your eyes open.",\n"Listen to the pot calling the kettle black.",\n"Many a true word spoken in jest.",\n"No news is good news.",\n"Nothing is ill said if it is not ill taken.",\n"One picture is worth a thousand words.",\n"Say what you mean and mean what you say.",\n"Self praise is no recomendation.",\n"Silence is an excellent remedy against slander.",\n"Silence is golden.",\n"Silence is less injurious than a bad reply.",\n"Since before cocky was an egg.",\n"Speak clearly, if you speak at all.",\n"Sticks and stones may break my bones but words will never hurt me.",\n"Stop beating around the bush.",\n"Take your wife's first advice.",\n"Talking comes by nature, silence by wisdom.",\n"A change is as good as a rest.",\n"A stitch in time saves nine.",\n"A throne is only a bench covered in purple velvet.",\n"A wise man shall hold his tongue till he sees his opportunity.",\n"Accidents will happen.",\n"All's well that ends well.",\n"Attack is the best means of defence.",\n"Charity begins at home.",\n"Different strokes for different folks.",\n"Do not in an instant what an age cannot recompense.",\n"Don't knock on death's door, ring the doorbell and run.",\n"Don't try to teach your grand-mother to suck eggs.",\n"Empty vessels make the most sound.",\n"Empty barrels make the most noise.",\n"Four eyes are better than two.",\n"He who fights and runs away, lives to fight another day.",\n"Innocent as a new born babe.",\n"It's an ill wind that blows no-one some good.",\n"It is better to stay silent and be thought a fool, than to open one's mouth and remove all doubt.",\n"Necessity is the mother of invention.",\n"No one can be caught in places he does not visit.",\n"No wise man ever wishes to be younger.",\n"Not in a month of Sundays.",\n"One mans junk is another man's treasure.",\n"Out of the frying pan into the fire.",\n"Show a clean pair of heels.",\n"Still waters run deep.",\n"The darkest hour is before the dawn.",\n"The wise shall understand.",\n"Those who don't learn from history are doomed to repeat it.",\n"Tomorrow is a new day.",\n"Two heads are better than one.",\n"You can't tell a book by its cover.",\n"Where observation is concerned, chance favours only the prepared mind.",\n"Where there's smoke there's fire.",\n"Wisdom is better than strength.",\n"Wisdom is neither inheritance nor a legacy.",\n"Wisdom is the wealth of the wise.",\n"Wise it is to comprehend the whole.",\n"You can't put an old head on young shoulders.",\n"You never know what you can do till you try.",\n"A bad workman blames his tools.",\n"A good reputation is a fair estate.",\n"All work and no play makes Jack a dull boy.",\n"An idle man is the devil's playfellow.",\n"Diligence is the mother of good luck.",\n"Don't try kicking against the wind.",\n"Everybody must row with the oars he has.",\n"Hard work never did anyone any harm.",\n"If a job is worth doing it is worth doing well.",\n"If at first you don't succeed, try, try again.",\n"If you can't help, don't hinder.",\n"If you see something you like, take it and make it better.",\n"It's all in a days work.",\n"Laziness travels so slowly that poverty soon overtakes it.",\n"Least talk most work.",\n"Many hands make light work.",\n"More haste less speed.",\n"Needs must when the devil drives.",\n"Never put off 'til tomorrow what you can do today.",\n"No life can be dreary when work is a delight.",\n"Not to break is better than to mend.",\n"The devil finds work for idle hands.",\n"The harder you work, the luckier you are.",\n"The hardest work is to do nothing.",\n"Work as if everything depends on me, but pray as if everything depends on God.",\n"A bird in the hand is worth two in the bush.",\n"A bird makes his nest little by little.",\n"A cat has nine lives.",\n"All cats are grey in the dark.",\n"An elephant never forgets.",\n"An old fox need learn no craft.",\n"Birds of a feather flock together.",\n"Curiosity killed the cat; Satisfaction brought it back.",\n"Curses, like chickens come home to roost.",\n"Don't count your chickens before they hatch.",\n"Every dog has its day.",\n"His bark is louder than his bite.",\n"If you lie down with dogs, you'll get up with fleas.",\n"It's an ill bird that fouls its own nest.",\n"It's an old dog for a hard road.",\n"It's no use closing the stable door, after the horse has bolted.",\n"Kill two birds with the one stone.",\n"Let sleeping dogs lie.",\n"Like a fish out of water.",\n"Never look a gift horse in the mouth.",\n"No sense closing the barn door after the horse has bolted.",\n"Nothing falls into the mouth of a sleeping fox.",\n"Putting the cart before the horse.",\n"Sauce for the goose is sauce for the gander.",\n"The early bird catches the worm.",\n"The leopard does not change his spots.",\n"The sleepy fox catches no chickens.",\n"There's no use in flogging a dead horse.",\n"To scare a bird is not the way to catch it.",\n"What do you expect from a pig, but a grunt?",\n"When a fox hears a rabbit screaming it comes running, but not to help.",\n"While the cats away the mice play.",\n"You can lead a horse to water, but you can't make him drink.",\n"You can't make a silk purse out of a sow's ear.",\n"A chain is no stronger than its weakest link.",\n"A rolling stone gathers no moss.",\n"After the storm comes the calm.",\n"All aren't hunters that blow the horn.",\n"As green as grass.",\n"As is the gardener so is the garden.",\n"As you sow, so shall you reap.",\n"Best to bend it while it's a twig.",\n"Better to go back than go wrong.",\n"By hook or by crook.",\n"Deeds are fruits, words are but leaves.",\n"Distance lends enhancement to the view.",\n"Don't count your chickens before they are hatched.",\n"Don't cross your bridges until you come to them.",\n"Empty bags cannot stand upright.",\n"Every cloud has a silver lining.",\n"Every path has its puddle.",\n"Fresh as a daisy.",\n"Good company on the road is the shortest cut.",\n"It is better to be green and growing than ripe and rotten.",\n"Leave no stone unturned.",\n"Like looking for a needle in a haystack.",\n"Make hay while the sun shines.",\n"Milk the cow but don't pull off the udder.",\n"Never cackle unless you lay.",\n"Oaks may fall when reeds take the storm.",\n"Shake the hand before you plough the field.",\n"Strike while the iron's hot.",\n"The beaten path is safest.",\n"The best ground bears weeds as well as flowers.",\n"The grass is always greener on the other side of the fence.",\n"The longest journey begins with the first step.",\n"The longest way round is the sweetest way home.",\n"The more you stir, the more it stinks.",\n"The sun shines on both sides of the hedge.",\n"The worst wheel always creaks most.",\n"Too many irons in the fire.",\n"You can't get blood out of a stone.",\n"A little body doth often harbour a great soul.",\n"A point is the beginning of magnitude.",\n"A spark can start a great fire.",\n"A short cut is often a wrong cut.",\n"Big fish eat little fish.",\n"Everything has an end.",\n"Fall seven times. Stand up eight.",\n"First in best dressed.",\n"From trivial things, great contests often arise.",\n"Give them an inch and they'll take a mile.",\n"Grow angry slowly, there's plenty of time.",\n"He who hesitates is lost.",\n"It's either all or nothing.",\n"It is easier to destroy than to build.",\n"It is the first step that is difficult.",\n"Little strokes fell great oaks.",\n"Lost time is never found again.",\n"Many drops make a shower.",\n"Mighty oaks from tiny acorns grow.",\n"Necessity is a hard nurse, but she raises strong children.",\n"Rome wasn't built in a day.",\n"Seize the day.",\n"Small faults indulged let in greater.",\n"Some of the best gifts come in small packages.",\n"Step by step one goes far.",\n"You have to crawl before you walk.",\n"A bad penny always comes back.",\n"A light purse makes a heavy heart.",\n"A little each day is much in a year.",\n"A man's intentions seldom add to his income.",\n"A penny saved is a penny earned.",\n"A poor man is better than a liar.",\n"A single penny fairly got is worth a thousand that are not.",\n"Always you are to be rich next year.",\n"Beggars can't be choosers.",\n"Better to have than to wish.",\n"Diamonds are forever.",\n"Every man has his price.",\n"Every man is the architect of his destiny.",\n"Experience is the father of wisdom.",\n"Fair exchange is no robbery.",\n"He has enough who is content.",\n"He that pays last never pays twice.",\n"He is rich that is satisfied.",\n"In for a penny, in for a pound.",\n"It is better to be born lucky than rich.",\n"Little and often fill the purse.",\n"Little thieves are hanged, but great ones escape.",\n"Money burns a hole in your pocket.",\n"Never spend your money before you have it.",\n"One today is worth two tomorrows.",\n"Penny wise, pound foolish.",\n"Take care of the pence and the pounds will take care of themselves.",\n"The best cast at dice is not to play.",\n"The love of money is the root of all evil.",\n"There is no honour among thieves.",\n"Waste not, want not.",\n"A good conscience is a soft pillow.",\n"A good thing is soon snatched up.",\n"A little knowledge is a dangerous thing.",\n"Better safe than sorry.",\n"Better late than never.",\n"Business before pleasure.",\n"Credit won by lying is quick in dying.",\n"Damage suffered makes you knowing, but seldom rich.",\n"Desperate diseases must have desperate remedies.",\n"Divide and conquer.",\n"Don't rely on the label on the bag.",\n"Don't throw the baby out with the bath-water.",\n"Don't put all your eggs in one basket.",\n"Experience is the best teacher.",\n"First come, first served.",\n"Fore-warned is fore-armed.",\n"Hasty climbers have sudden falls.",\n"Hasty judgements are generally faulty.",\n"Honesty is the best policy.",\n"If anything can go wrong, it will.",\n"If you don't know where you're going, then the journey is never ending.",\n"It's a poor job that can't carry one boss.",\n"Keep It Simple (The KISS principal).",\n"Let the buyer beware.",\n"Look before you leap.",\n"Nobody can serve two masters.",\n"One false move may lose the game.",\n"One man's loss, is another man's gain.",\n"Peace begins just where ambition ends.",\n"Possession is nine tenths of the law.",\n"Rules are made to be broken.",\n"The customer is always right.",\n"The gods help them that help themselves.",\n"The golden age never was the present one.",\n"To each his own.",\n"We do not always gain by changing.",\n"Where there's a will there's a way.",\n"A fool and his money are soon parted.",\n"A fool in a gown is none the wiser.",\n"A wise man doesn't need advice, and a fool won't take it.",\n"Advice when most needed is least heeded.",\n"Always in a hurry, always behind.",\n"Cheap is dear in the long run.",\n"Confess and be hanged.",\n"Cut off one's nose to spite one's face.",\n"Empty vessels make the most noise.",\n"Facts do not cease to exist because they are ignored.",\n"Fools rush in where angels fear to tread.",\n"He who won't be advised, can't be helped.",\n"If the cap fits, wear it.",\n"In one ear and out the other.",\n"It can't happen here is number one on the list of famous last words.",\n"It is better to stay silent and be thought a fool, than to open one's mouth and remove all doubt.",\n"One of these days is none of these days.",\n"Pride cometh before a fall.",\n"Pride feels no pain.",\n"See nothing, say nothing, know nothing.",\n"The bigger they are the harder they fall.",\n"The fool wanders, the wise man travels.",\n"The hood does not make the monk.",\n"The wise man is deceived once but the fool twice.",\n"There is no fool like an old fool.",\n"Use not today what tomorrow will need.",\n"What's the good of home, if you are never in it?",\n"You cannot lose what you never had."]>>
<<$bloo to either($care)>>\n\n[[Thank you.|game][$tempthank to 1]] / [[(say nothing)|game][$tempsilence to 1]]
(function () {\n "use strict";\n version.extensions['soundMacros'] = {\n major: 1,\n minor: 1,\n revision: 2\n };\n var p = macros['playsound'] = {\n soundtracks: {},\n handler: function (a, b, c, d) {\n var loop = function (m) {\n if (m.loop == undefined) {\n m.loopfn = function () {\n this.play();\n };\n m.addEventListener('ended', m.loopfn, 0);\n } else m.loop = true;\n m.play();\n };\n var s = eval(d.fullArgs());\n if (s) {\n s = s.toString();\n var m = this.soundtracks[s.slice(0, s.lastIndexOf("."))];\n if (m) {\n if (b == "playsound") {\n m.play();\n } else if (b == "loopsound") {\n loop(m);\n } else if (b == "pausesound") {\n m.pause();\n } else if (b == "unloopsound") {\n if (m.loop != undefined) {\n m.loop = false;\n } else if (m.loopfn) {\n m.removeEventListener('ended', m.loopfn);\n delete m.loopfn;\n }\n } else if (b == "stopsound") {\n m.pause();\n m.currentTime = 0;\n } else if (b == "fadeoutsound" || b == "fadeinsound") {\n if (m.interval) clearInterval(m.interval);\n if (b == "fadeinsound") {\n if (m.currentTime>0) return;\n m.volume = 0;\n loop(m);\n } else {\n if (!m.currentTime) return;\n m.play();\n }\n var v = m.volume;\n m.interval = setInterval(function () {\n v = Math.min(1, Math.max(0, v + 0.005 * (b == "fadeinsound" ? 1 : -1)));\n m.volume = Math.easeInOut(v);\n if (v == 0 || v == 1) clearInterval(m.interval);\n if (v == 0) {\n m.pause();\n m.currentTime = 0;\n m.volume = 1;\n }\n }, 10);\n }\n }\n }\n }\n }\n macros['fadeinsound'] = p;\n macros['fadeoutsound'] = p;\n macros['unloopsound'] = p;\n macros['loopsound'] = p;\n macros['pausesound'] = p;\n macros['stopsound'] = p;\n macros['stopallsound'] = {\n handler: function () {\n var s = macros.playsound.soundtracks;\n for (var j in s) {\n\t\tif (s.hasOwnProperty(j)) {\n s[j].pause();\n if (s[j].currentTime) {\n\t\t s[j].currentTime = 0;\n\t\t }\n\t\t}\n }\n }\n }\n var div = document.getElementById("storeArea").firstChild;\n var fe = ["ogg", "mp3", "wav", "webm"];\n while (div) {\n var b = String.fromCharCode(92);\n var q = '"';\n var re = "['" + q + "]([^" + q + "']*?)" + b + ".(ogg|mp3|wav|webm)['" + q + "]";\n k(new RegExp(re, "gi"));\n div = div.nextSibling;\n }\n\n function k(c, e) {\n do {\n var d = c.exec(div.innerHTML);\n if (d) {\n var a = new Audio();\n if (a.canPlayType) {\n for (var i = -1; i < fe.length; i += 1) {\n if (i >= 0) d[2] = fe[i];\n if (a.canPlayType("audio/" + d[2])) break;\n }\n if (i < fe.length) {\n a.setAttribute("src", d[1] + "." + d[2]);\n a.interval = null;\n macros.playsound.soundtracks[d[1]] = a;\n } else console.log("Browser can't play '" + d[1] + "'");\n }\n }\n } while (d);\n }\n}());\n\n\n(function(){version.extensions.replaceMacrosCombined={major:1,minor:1,revision:4};var nullobj={handler:function(){}};function showVer(n,notrans){if(!n){return\n}n.innerHTML="";new Wikifier(n,n.tweecode);n.setAttribute("data-enabled","true");n.style.display="inline";n.classList.remove("revision-span-out");\nif(!notrans){n.classList.add("revision-span-in");if(n.timeout){clearTimeout(n.timeout)}n.timeout=setTimeout(function(){n.classList.remove("revision-span-in");\nn=null},1)}}function hideVer(n,notrans){if(!n){return}n.setAttribute("data-enabled","false");n.classList.remove("revision-span-in");\nif(n.timeout){clearTimeout(n.timeout)}if(!notrans){n.classList.add("revision-span-out");n.timeout=setTimeout(function(){if(n.getAttribute("data-enabled")=="false"){n.classList.remove("revision-span-out");\nn.style.display="none";n.innerHTML=""}n=null},1000)}else{n.style.display="none";n.innerHTML="";n=null}}function tagcontents(b,starttags,desttags,endtags,k){var l=0,c="",tg,a,i;\nfunction tagfound(i,e){for(var j=0;j<e.length;j++){if(a.indexOf("<<"+e[j],i)==i){return e[j]}}}a=b.source.slice(k);for(i=0;\ni<a.length;i++){if(tg=tagfound(i,starttags)){l++}else{if((tg=tagfound(i,desttags))&&l==0){b.nextMatch=k+i+tg.length+4;return[c,tg]\n}else{if(tg=tagfound(i,endtags)){l--;if(l<0){return null}}}}c+=a.charAt(i)}return null}var begintags=[];var endtags=[];function revisionSpanHandler(g,e,f,b){var k=b.source.indexOf(">>",b.matchStart)+2,vsns=[],vtype=e,flen=f.length,becomes,c,cn,m,h,vsn;\nfunction mkspan(vtype){h=insertElement(m,"span",null,"revision-span "+vtype);h.setAttribute("data-enabled",false);h.style.display="none";\nh.tweecode="";return h}if(this.shorthand&&flen){while(f.length>0){vsns.push([f.shift(),(this.flavour=="insert"?"gains":"becomes")])\n}}else{if(this.flavour=="insert"||(this.flavour=="continue"&&this.trigger=="time")){vsns.push(["","becomes"])}}if(this.flavour=="continue"&&flen){b.nextMatch=k+b.source.slice(k).length;\nvsns.push([b.source.slice(k),vtype])}else{becomes=["becomes","gains"];c=tagcontents(b,begintags,becomes.concat(endtags),endtags,k);\nif(c&&endtags.indexOf(c[1])==-1){while(c){vsns.push(c);c=tagcontents(b,begintags,becomes,endtags,b.nextMatch)}c=tagcontents(b,begintags,["end"+e],endtags,b.nextMatch)\n}if(!c){throwError(g,"can't find matching end"+e);return}vsns.push(c);if(this.flavour=="continue"){k=b.nextMatch;b.nextMatch=k+b.source.slice(k).length;\nvsns.push([b.source.slice(k),""])}}if(this.flavour=="remove"){vsns.push(["","becomes"])}cn=0;m=insertElement(g,"span",null,e);\nm.setAttribute("data-flavour",this.flavour);h=mkspan("initial");vsn=vsns.shift();h.tweecode=vsn[0];showVer(h,true);while(vsns.length>0){if(vsn){vtype=vsn[1]\n}vsn=vsns.shift();h=mkspan(vtype);h.tweecode=vsn[0]}if(typeof this.setup=="function"){this.setup(m,g,f)}}function quantity(m){return(m.children.length-1)+(m.getAttribute("data-flavour")=="remove")\n}function revisionSetup(m,g,f){m.className+=" "+f[0].replace(" ","_")}function keySetup(m,g,f){var key=f[0];m.setEventListener("keydown",function l(e){var done=!revise("revise",m);\nif(done){m.removeEventListener("keydown",l)}})}function timeSetup(m,g,f){function cssTimeUnit(s){if(typeof s=="string"){if(s.slice(-2).toLowerCase()=="ms"){return Number(s.slice(0,-2))||0\n}else{if(s.slice(-1).toLowerCase()=="s"){return Number(s.slice(0,-1))*1000||0}}}throwError(g,s+" isn't a CSS time unit");\nreturn 0}var tm=cssTimeUnit(f[0]);setTimeout(function timefn(){var done=!revise("revise",m);if(!done){setTimeout(timefn,tm)\n}},tm)}function hoverSetup(m){var fn,noMouseEnter=(document.head.onmouseenter!==null),m1=m.children[0],m2=m.children[1];if(!m1||!m2){return\n}m1.onmouseenter=function(e){if(this.getAttribute("data-enabled")!="false"){revise("revise",this.parentNode)}};m2.onmouseleave=function(e){if(this.getAttribute("data-enabled")!="false"){revise("revert",this.parentNode)\n}};if(noMouseEnter){fn=function(n){return function(e){if(!event.relatedTarget||(event.relatedTarget!=this&&!(this.compareDocumentPosition(event.relatedTarget)&Node.DOCUMENT_POSITION_CONTAINED_BY))){this[n]()\n}}};m1.onmouseover=fn("onmouseenter");m2.onmouseout=fn("onmouseleave")}m=null}function mouseSetup(m){var evt=(document.head.onmouseenter===null?"onmouseenter":"onmouseover");\nm[evt]=function(){var done=!revise("revise",this);if(done){this[evt]=null}};m=null}function linkSetup(m,g,f){var l=Wikifier.createInternalLink(),p=m.parentNode;\nl.className="internalLink replaceLink";p.insertBefore(l,m);l.insertBefore(m,null);l.onclick=function(){var p,done=false;if(m&&m.parentNode==this){done=!revise("revise",m);\nscrollWindowTo(m)}if(done){this.parentNode.insertBefore(m,this);this.parentNode.removeChild(this)}};l=null}function visitedSetup(m,g,f){var i,done,shv=state.history[0].variables,os="once seen",d=(m.firstChild&&(this.flavour=="insert"?m.firstChild.nextSibling:m.firstChild).tweecode);\nshv[os]=shv[os]||{};if(d&&!shv[os].hasOwnProperty(d)){shv[os][d]=1}else{for(i=shv[os][d];i>0&&!done;i--){done=!revise("revise",m,true)\n}if(shv[os].hasOwnProperty(d)){shv[os][d]+=1}}}[{name:"insert",flavour:"insert",trigger:"link",setup:linkSetup},{name:"timedinsert",flavour:"insert",trigger:"time",setup:timeSetup},{name:"insertion",flavour:"insert",trigger:"revisemacro",setup:revisionSetup},{name:"later",flavour:"insert",trigger:"visited",setup:visitedSetup},{name:"keyinsert",flavour:"insert",trigger:"key",setup:keySetup},{name:"replace",flavour:"replace",trigger:"link",setup:linkSetup},{name:"timedreplace",flavour:"replace",trigger:"time",setup:timeSetup},{name:"mousereplace",flavour:"replace",trigger:"mouse",setup:mouseSetup},{name:"hoverreplace",flavour:"replace",trigger:"hover",setup:hoverSetup},{name:"revision",flavour:"replace",trigger:"revisemacro",setup:revisionSetup},{name:"keyreplace",flavour:"replace",trigger:"key",setup:keySetup},{name:"timedremove",flavour:"remove",trigger:"time",setup:timeSetup},{name:"mouseremove",flavour:"remove",trigger:"mouse",setup:mouseSetup},{name:"hoverremove",flavour:"remove",trigger:"hover",setup:hoverSetup},{name:"removal",flavour:"remove",trigger:"revisemacro",setup:revisionSetup},{name:"once",flavour:"remove",trigger:"visited",setup:visitedSetup},{name:"keyremove",flavour:"remove",trigger:"key",setup:keySetup},{name:"continue",flavour:"continue",trigger:"link",setup:linkSetup},{name:"timedcontinue",flavour:"continue",trigger:"time",setup:timeSetup},{name:"mousecontinue",flavour:"continue",trigger:"mouse",setup:mouseSetup},{name:"keycontinue",flavour:"continue",trigger:"key",setup:keySetup},{name:"cycle",flavour:"cycle",trigger:"revisemacro",setup:revisionSetup},{name:"mousecycle",flavour:"cycle",trigger:"mouse",setup:mouseSetup},{name:"timedcycle",flavour:"cycle",trigger:"time",setup:timeSetup},{name:"keycycle",flavour:"replace",trigger:"key",setup:keySetup}].forEach(function(e){e.handler=revisionSpanHandler;\ne.shorthand=(["link","mouse","hover"].indexOf(e.trigger)>-1);macros[e.name]=e;macros["end"+e.name]=nullobj;begintags.push(e.name);\nendtags.push("end"+e.name)});function insideDepartingSpan(elem){var r=elem.parentNode;while(!r.classList.contains("passage")){if(r.classList.contains("revision-span-out")){return true\n}r=r.parentNode}}function reviseAll(rt,rname){var rall=document.querySelectorAll(".passage [data-flavour]."+rname),ret=false;\nfor(var i=0;i<rall.length;i++){if(!insideDepartingSpan(rall[i])){ret=revise(rt,rall[i])||ret}}return ret}function revise(rt,r,notrans){var ind2,curr,next,ind=-1,rev=(rt=="revert"),rnd=(rt.indexOf("random")>-1),fl=r.getAttribute("data-flavour"),rc=r.childNodes,cyc=(fl=="cycle"),rcl=rc.length-1;\nfunction doToGainerSpans(n,fn){for(var k=n-1;k>=0;k--){if(rc[k+1].classList.contains("gains")){fn(rc[k],notrans)}else{break\n}}}for(var k=0;k<=rcl;k++){if(rc[k].getAttribute("data-enabled")=="true"){ind=k}}if(rev){ind-=1}curr=(ind>=0?rc[ind]:(cyc?rc[rcl]:null));\nind2=ind;if(rnd){ind2=(ind+(Math.floor(Math.random()*rcl)))%rcl}next=((ind2<rcl)?rc[ind2+1]:(cyc?rc[0]:null));var docurr=(rev?showVer:hideVer);\nvar donext=(rev?hideVer:showVer);var currfn=function(){if(!(next&&next.classList.contains("gains"))||rnd){docurr(curr,notrans);\ndoToGainerSpans(ind,docurr,notrans)}};var nextfn=function(){donext(next,notrans);if(rnd){doToGainerSpans(ind2+1,donext,notrans)\n}};if(!rev){currfn();nextfn()}else{nextfn();currfn()}return(cyc?true:(rev?(ind>0):(ind2<rcl-1)))}macros.revert=macros.revise=macros.randomise=macros.randomize={handler:function(a,b,c){var l,rev,rname;\nfunction disableLink(l){l.style.display="none"}function enableLink(l){l.style.display="inline"}function updateLink(l){if(l.className.indexOf("random")>-1){enableLink(l);\nreturn}var rall=document.querySelectorAll(".passage [data-flavour]."+rname),cannext,canprev,i,ind,r,fl;for(i=0;i<rall.length;\ni++){r=rall[i],fl=r.getAttribute("data-flavour");if(insideDepartingSpan(r)){continue}if(fl=="cycle"){cannext=canprev=true\n}else{if(r.firstChild.getAttribute("data-enabled")==!1+""){canprev=true}if(r.lastChild.getAttribute("data-enabled")==!1+""){cannext=true\n}}}var can=(l.classList.contains("revert")?canprev:cannext);(can?enableLink:disableLink)(l)}function toggleText(w){w.classList.toggle(rl+"Enabled");\nw.classList.toggle(rl+"Disabled");w.style.display=((w.style.display=="none")?"inline":"none")}var rl="reviseLink";if(c.length<2){throwError(a,b+" macro needs 2 parameters");\nreturn}rname=c.shift().replace(" ","_");l=Wikifier.createInternalLink(a,null);l.className="internalLink "+rl+" "+rl+"_"+rname+" "+b;\nvar v="";var end=false;var out=false;if(c.length>1&&c[0][0]=="$"){v=c[0].slice(1);c.shift()}switch(c[c.length-1]){case"end":end=true;\nc.pop();break;case"out":out=true;c.pop();break}var h=state.history[0].variables;for(var i=0;i<c.length;i++){var on=(i==Math.max(c.indexOf(h[v]),0));\nvar d=insertElement(null,"span",null,rl+((on)?"En":"Dis")+"abled");if(on){h[v]=c[i];l.setAttribute("data-cycle",i)}else{d.style.display="none"\n}insertText(d,c[i]);l.appendChild(d)}l.onclick=function(){reviseAll(b,rname);var t=this.childNodes,u=this.getAttribute("data-cycle")-0,m=t.length,n,lall,i;\nif((end||out)&&u==m-(end?2:1)){if(end){n=this.removeChild(t[u+1]);n.className=rl+"End";n.style.display="inline";this.parentNode.replaceChild(n,this)\n}else{this.parentNode.removeChild(this);return}}else{toggleText(t[u]);u=(u+1)%m;if(v){h[v]=c[u]}toggleText(t[u]);this.setAttribute("data-cycle",u)\n}lall=document.getElementsByClassName(rl+"_"+rname);for(i=0;i<lall.length;i++){updateLink(lall[i])}};l=null}};macros.mouserevise=macros.hoverrevise={handler:function(a,b,c,d){var endtags=["end"+b],evt=(window.onmouseenter===null?"onmouseenter":"onmouseover"),t=tagcontents(d,[b],endtags,endtags,d.source.indexOf(">>",d.matchStart)+2);\nif(t){var rname=c[0].replace(" ","_"),h=insertElement(a,"span",null,"hoverrevise hoverrevise_"+rname),f=function(){var done=!reviseAll("revise",rname);\nif(b!="hoverrevise"&&done){this[evt]=null}};new Wikifier(h,t[0]);if(b=="hoverrevise"){h.onmouseover=f;h.onmouseout=function(){reviseAll("revert",rname)\n}}else{h[evt]=f}h=null}}};macros.instantrevise={handler:function(a,b,c,d){reviseAll("revise",c[0].replace(" ","_"))}};macros.endmouserevise=nullobj;\nmacros.endhoverrevise=nullobj}());\n\n\nversion.extensions.timedgotoMacro={major:1,minor:2,revision:0};\nmacros["goto"]=macros.timedgoto={timer:null,handler:function(a,b,c,d){function cssTimeUnit(s){if(typeof s=="string"){if(s.slice(-2).toLowerCase()=="ms"){return +(s.slice(0,-2))||0\n}else{if(s.slice(-1).toLowerCase()=="s"){return +(s.slice(0,-1))*1000||0\n}}}throwError(a,s+" isn't a CSS time unit");return 0}var t,d,m,s;\nt=c[c.length-1];d=d.fullArgs();m=0;if(b!="goto"){d=d.slice(0,d.lastIndexOf(t));\nm=cssTimeUnit(t)}d=eval(Wikifier.parse(d));if(d+""&&state&&state.init){if(macros["goto"].timer){clearTimeout(macros["goto"].timer)\n}s=state.history[0].passage.title;macros["goto"].timer=setTimeout(function(){if(state.history[0].passage.title==s){state.display(d,a)\n}},m)}}};
So when the game starts, StoryInit runs, initializing most of the game vars.\n\nStoryInit calls <breakloop>, which builds $storybreak[] and $lifebreak[], arrays containing 0-4 unique ints.\n\nStoryInit also calls <adj>, <verb>, etc which build the (massive, mb this is the problem even tho they're only built once?) arrays that hold the game's static data. With the three commented-out arrays disabled, we're looking at ~5000 elements split between 6 objects.\n\n<game>:\n<header> is just a function to display score/lives.\n\nFirst two <if>s: The game keeps a running list of previously selected adjectives and verbs, these <if>s remove the oldest item from the array so they stay below 5 elements.\n\n<if $storybreak[$i] is visited()>: $i starts at 0. This compares the i'th value in $storybreak to the number of times <game> has been visited, increments $i, and displays the interlude passage if they are equal. Eg, if $storybreak[0] is 28, then an interlude will display on the 28th game loop and the if will henceforth be checking $storybreak[1].\n\n<else if $lifebreak[$j] is visited()>: Works similarly, decrements $lives on the predetermined passage. Then checks if $lives is 0 and displays <gameover> if yes. Else, displays a standard pick-one, either <p_adj> or <p_verb>.\n\nIf neither $storybreak nor $lifebreak match the passage, displays a standard pick-one, either <p_adj> or <p_verb>.\n\nScore is randomly modified independent of anything, the repeat values are to weight it.
<<set $atarget to $chosen_adjs.splice(random(0,$chosen_adjs.length-1),1)>><<set $atarget to $atarget.toString()>><<$bloo to either($proverb)>> These are important words for <<a>> <<$blah to $atarget>> person.\n\n[[Yes|game][$tempyes to 1]] / [[No|game][$tempno to 1]]
Your lucky prime is <<$bloo to either($prime)>>.\n\n[[Yes|game][$tempyes to 1]] / [[No|game][$tempno to 1]]
<<set $fl to $atarget.charAt(0)>>\n\n<<if $fl is "a" or $fl is "e" or $fl is "i" or $fl is "o" or $fl is "u">>an<<else>>a<<endif>>
I trimmed a lot of stuff that might have caused it but problem remains. The bad code is likely in <game> <p_adj> or <p_verb> as these are the only passages called on nearly every loop.\n\nIt's possible the massive arrays cause it, but seems unlikely, as they're only constructed once. It's possible the huge either()s cause it, but seems unlikely, as I'd assume they would be slow throughout.\n\n<set $word1 = either($adj)> etc or $chosen_adjs.push($word1) etc might be culprit? if they add garbage every time they run. Idk if the former is even solvable bc of my (possibly flawed) understanding of how either() syntax works
<<set $noun = [\n"account",\n"achiever",\n"acoustics",\n"act",\n"action",\n"activity",\n"actor",\n"addition",\n"adjustment",\n"advertisement",\n"advice",\n"aftermath",\n"afternoon",\n"afterthought",\n"agreement",\n"air",\n"airplane",\n"airport",\n"alarm",\n"amount",\n"amusement",\n"anger",\n"angle",\n"animal",\n"answer",\n"ant",\n"ants",\n"apparatus",\n"apparel",\n"apple",\n"apples",\n"appliance",\n"approval",\n"arch",\n"argument",\n"arithmetic",\n"arm",\n"army",\n"art",\n"attack",\n"attempt",\n"attention",\n"attraction",\n"aunt",\n"authority",\n"babies",\n"baby",\n"back",\n"badge",\n"bag",\n"bait",\n"balance",\n"ball",\n"balloon",\n"balls",\n"banana",\n"band",\n"base",\n"baseball",\n"basin",\n"basket",\n"basketball",\n"bat",\n"bath",\n"battle",\n"bead",\n"beam",\n"bean",\n"bear",\n"bears",\n"beast",\n"bed",\n"bedroom",\n"beds",\n"bee",\n"beef",\n"beetle",\n"beggar",\n"beginner",\n"behavior",\n"belief",\n"believe",\n"bell",\n"bells",\n"berry",\n"bike",\n"bikes",\n"bird",\n"birds",\n"birth",\n"birthday",\n"bit",\n"bite",\n"blade",\n"blood",\n"blow",\n"board",\n"boat",\n"boats",\n"body",\n"bomb",\n"bone",\n"book",\n"books",\n"boot",\n"border",\n"bottle",\n"boundary",\n"box",\n"boy",\n"boys",\n"brain",\n"brake",\n"branch",\n"brass",\n"bread",\n"breakfast",\n"breath",\n"brick",\n"bridge",\n"brother",\n"brothers",\n"brush",\n"bubble",\n"bucket",\n"building",\n"bulb",\n"bun",\n"burn",\n"burst",\n"bushes",\n"business",\n"butter",\n"button",\n"cabbage",\n"cable",\n"cactus",\n"cake",\n"cakes",\n"calculator",\n"calendar",\n"camera",\n"camp",\n"can",\n"cannon",\n"canvas",\n"cap",\n"caption",\n"car",\n"card",\n"care",\n"carpenter",\n"carriage",\n"cars",\n"cart",\n"cast",\n"cat",\n"cats",\n"cattle",\n"cause",\n"cave",\n"celery",\n"cellar",\n"cemetery",\n"cent",\n"chain",\n"chair",\n"chairs",\n"chalk",\n"chance",\n"change",\n"channel",\n"cheese",\n"cherries",\n"cherry",\n"chess",\n"chicken",\n"chickens",\n"children",\n"chin",\n"church",\n"circle",\n"clam",\n"class",\n"clock",\n"clocks",\n"cloth",\n"cloud",\n"clouds",\n"clover",\n"club",\n"coach",\n"coal",\n"coast",\n"coat",\n"cobweb",\n"coil",\n"collar",\n"color",\n"comb",\n"comfort",\n"committee",\n"company",\n"comparison",\n"competition",\n"condition",\n"connection",\n"control",\n"cook",\n"copper",\n"copy",\n"cord",\n"cork",\n"corn",\n"cough",\n"country",\n"cover",\n"cow",\n"cows",\n"crack",\n"cracker",\n"crate",\n"crayon",\n"cream",\n"creator",\n"creature",\n"credit",\n"crib",\n"crime",\n"crook",\n"crow",\n"crowd",\n"crown",\n"crush",\n"cry",\n"cub",\n"cup",\n"current",\n"curtain",\n"curve",\n"cushion",\n"dad",\n"daughter",\n"day",\n"death",\n"debt",\n"decision",\n"deer",\n"degree",\n"design",\n"desire",\n"desk",\n"destruction",\n"detail",\n"development",\n"digestion",\n"dime",\n"dinner",\n"dinosaurs",\n"direction",\n"dirt",\n"discovery",\n"discussion",\n"disease",\n"disgust",\n"distance",\n"distribution",\n"division",\n"dock",\n"doctor",\n"dog",\n"dogs",\n"doll",\n"dolls",\n"donkey",\n"door",\n"downtown",\n"drain",\n"drawer",\n"dress",\n"drink",\n"driving",\n"drop",\n"drug",\n"drum",\n"duck",\n"ducks",\n"dust",\n"ear",\n"earth",\n"earthquake",\n"edge",\n"education",\n"effect",\n"egg",\n"eggnog",\n"eggs",\n"elbow",\n"end",\n"engine",\n"error",\n"event",\n"example",\n"exchange",\n"existence",\n"expansion",\n"experience",\n"expert",\n"eye",\n"eyes",\n"face",\n"fact",\n"fairies",\n"fall",\n"family",\n"fan",\n"fang",\n"farm",\n"farmer",\n"father",\n"father",\n"faucet",\n"fear",\n"feast",\n"feather",\n"feeling",\n"feet",\n"fiction",\n"field",\n"fifth",\n"fight",\n"finger",\n"finger",\n"fire",\n"fireman",\n"fish",\n"flag",\n"flame",\n"flavor",\n"flesh",\n"flight",\n"flock",\n"floor",\n"flower",\n"flowers",\n"fly",\n"fog",\n"fold",\n"food",\n"foot",\n"force",\n"fork",\n"form",\n"fowl",\n"frame",\n"friction",\n"friend",\n"friends",\n"frog",\n"frogs",\n"front",\n"fruit",\n"fuel",\n"furniture",\n"alley",\n"game",\n"garden",\n"gate",\n"geese",\n"ghost",\n"giants",\n"giraffe",\n"girl",\n"girls",\n"glass",\n"glove",\n"glue",\n"goat",\n"gold",\n"goldfish",\n"good-bye",\n"goose",\n"government",\n"governor",\n"grade",\n"grain",\n"grandfather",\n"grandmother",\n"grape",\n"grass",\n"grip",\n"ground",\n"group",\n"growth",\n"guide",\n"guitar",\n"gun",\n"hair",\n"haircut",\n"hall",\n"hammer",\n"hand",\n"hands",\n"harbor",\n"harmony",\n"hat",\n"hate",\n"head",\n"health",\n"hearing",\n"heart",\n"heat",\n"help",\n"hen",\n"hill",\n"history",\n"hobbies",\n"hole",\n"holiday",\n"home",\n"honey",\n"hook",\n"hope",\n"horn",\n"horse",\n"horses",\n"hose",\n"hospital",\n"hot",\n"hour",\n"house",\n"houses",\n"humor",\n"hydrant",\n"ice",\n"icicle",\n"idea",\n"impulse",\n"income",\n"increase",\n"industry",\n"ink",\n"insect",\n"instrument",\n"insurance",\n"interest",\n"invention",\n"iron",\n"island",\n"jail",\n"jam",\n"jar",\n"jeans",\n"jelly",\n"jellyfish",\n"jewel",\n"join",\n"joke",\n"journey",\n"judge",\n"juice",\n"jump",\n"kettle",\n"key",\n"kick",\n"kiss",\n"kite",\n"kitten",\n"kittens",\n"kitty",\n"knee",\n"knife",\n"knot",\n"knowledge",\n"laborer",\n"lace",\n"ladybug",\n"lake",\n"lamp",\n"land",\n"language",\n"laugh",\n"lawyer",\n"lead",\n"leaf",\n"learning",\n"leather",\n"leg",\n"legs",\n"letter",\n"letters",\n"lettuce",\n"level",\n"library",\n"lift",\n"light",\n"limit",\n"line",\n"linen",\n"lip",\n"liquid",\n"list",\n"lizards",\n"loaf",\n"lock",\n"locket",\n"look",\n"loss",\n"love",\n"low",\n"lumber",\n"lunch",\n"lunchroom",\n"machine",\n"magic",\n"maid",\n"mailbox",\n"man",\n"manager",\n"map",\n"marble",\n"mark",\n"market",\n"mask",\n"mass",\n"match",\n"meal",\n"measure",\n"meat",\n"meeting",\n"memory",\n"men",\n"metal",\n"mice",\n"middle",\n"milk",\n"mind",\n"mine",\n"minister",\n"mint",\n"minute",\n"mist",\n"mitten",\n"mom",\n"money",\n"monkey",\n"month",\n"moon",\n"morning",\n"mother",\n"motion",\n"mountain",\n"mouth",\n"move",\n"muscle",\n"music",\n"nail",\n"name",\n"nation",\n"neck",\n"need",\n"needle",\n"nerve",\n"nest",\n"net",\n"news",\n"night",\n"noise",\n"north",\n"nose",\n"note",\n"notebook",\n"number",\n"nut",\n"oatmeal",\n"observation",\n"ocean",\n"offer",\n"office",\n"oil",\n"operation",\n"opinion",\n"orange",\n"oranges",\n"order",\n"organization",\n"ornament",\n"oven",\n"owl",\n"owner",\n"page",\n"pail",\n"pain",\n"paint",\n"pan",\n"pancake",\n"paper",\n"parcel",\n"parent",\n"park",\n"part",\n"partner",\n"party",\n"passenger",\n"paste",\n"patch",\n"payment",\n"peace",\n"pear",\n"pen",\n"pencil",\n"person",\n"pest",\n"pet",\n"pets",\n"pickle",\n"picture",\n"pie",\n"pies",\n"pig",\n"pigs",\n"pin",\n"pipe",\n"pizzas",\n"place",\n"plane",\n"planes",\n"plant",\n"plantation",\n"plants",\n"plastic",\n"plate",\n"play",\n"playground",\n"pleasure",\n"plot",\n"plough",\n"pocket",\n"point",\n"poison",\n"police",\n"polish",\n"pollution",\n"popcorn",\n"porter",\n"position",\n"pot",\n"potato",\n"powder",\n"power",\n"price",\n"print",\n"prison",\n"process",\n"produce",\n"profit",\n"property",\n"prose",\n"protest",\n"pull",\n"pump",\n"punishment",\n"purpose",\n"push",\n"quarter",\n"quartz",\n"queen",\n"question",\n"quicksand",\n"quiet",\n"quill",\n"quilt",\n"quince",\n"quiver",\n"rabbit",\n"rabbits",\n"rail",\n"railway",\n"rain",\n"rainstorm",\n"rake",\n"range",\n"rat",\n"rate",\n"ray",\n"reaction",\n"reading",\n"reason",\n"receipt",\n"recess",\n"record",\n"regret",\n"relation",\n"religion",\n"representative",\n"request",\n"respect",\n"rest",\n"reward",\n"rhythm",\n"rice",\n"riddle",\n"rifle",\n"ring",\n"rings",\n"river",\n"road",\n"robin",\n"rock",\n"rod",\n"roll",\n"roof",\n"room",\n"root",\n"rose",\n"route",\n"rub",\n"rule",\n"run",\n"sack",\n"sail",\n"salt",\n"sand",\n"scale",\n"scarecrow",\n"scarf",\n"scene",\n"scent",\n"school",\n"science",\n"scissors",\n"screw",\n"sea",\n"seashore",\n"seat",\n"secretary",\n"seed",\n"selection",\n"self",\n"sense",\n"servant",\n"shade",\n"shake",\n"shame",\n"shape",\n"sheep",\n"sheet",\n"shelf",\n"ship",\n"shirt",\n"shock",\n"shoe",\n"shoes",\n"shop",\n"show",\n"side",\n"sidewalk",\n"sign",\n"silk",\n"silver",\n"sink",\n"sister",\n"sisters",\n"size",\n"skate",\n"skin",\n"skirt",\n"sky",\n"slave",\n"sleep",\n"sleet",\n"slip",\n"slope",\n"smash",\n"smell",\n"smile",\n"smoke",\n"snail",\n"snails",\n"snake",\n"snakes",\n"sneeze",\n"snow",\n"soap",\n"society",\n"sock",\n"soda",\n"sofa",\n"son",\n"song",\n"songs",\n"sort",\n"sound",\n"soup",\n"space",\n"spade",\n"spark",\n"spiders",\n"sponge",\n"spoon",\n"spot",\n"spring",\n"spy",\n"square",\n"squirrel",\n"stage",\n"stamp",\n"star",\n"start",\n"statement",\n"station",\n"steam",\n"steel",\n"stem",\n"step",\n"stew",\n"stick",\n"sticks",\n"stitch",\n"stocking",\n"stomach",\n"stone",\n"stop",\n"store",\n"story",\n"stove",\n"stranger",\n"straw",\n"stream",\n"street",\n"stretch",\n"string",\n"structure",\n"substance",\n"sugar",\n"suggestion",\n"suit",\n"summer",\n"sun",\n"support",\n"surprise",\n"sweater",\n"swim",\n"swing",\n"system",\n"table",\n"tail",\n"talk",\n"tank",\n"taste",\n"tax",\n"teaching",\n"team",\n"teeth",\n"temper",\n"tendency",\n"tent",\n"territory",\n"test",\n"texture",\n"theory",\n"thing",\n"things",\n"thought",\n"thread",\n"thrill",\n"throat",\n"throne",\n"thumb",\n"thunder",\n"ticket",\n"tiger",\n"time",\n"tin",\n"title",\n"toad",\n"toe",\n"toes",\n"tomatoes",\n"tongue",\n"tooth",\n"toothbrush",\n"toothpaste",\n"top",\n"touch",\n"town",\n"toy",\n"toys",\n"trade",\n"trail",\n"train",\n"trains",\n"tramp",\n"transport",\n"tray",\n"treatment",\n"tree",\n"trees",\n"trick",\n"trip",\n"trouble",\n"trousers",\n"truck",\n"trucks",\n"tub",\n"turkey",\n"turn",\n"twig",\n"twist",\n"umbrella",\n"uncle",\n"underwear",\n"unit",\n"use",\n"vacation",\n"value",\n"van",\n"vase",\n"vegetable",\n"veil",\n"vein",\n"verse",\n"vessel",\n"vest",\n"view",\n"visitor",\n"voice",\n"volcano",\n"volleyball",\n"voyage",\n"walk",\n"wall",\n"war",\n"wash",\n"waste",\n"watch",\n"water",\n"wave",\n"waves",\n"wax",\n"way",\n"wealth",\n"weather",\n"week",\n"weight",\n"wheel",\n"whip",\n"whistle",\n"wilderness",\n"wind",\n"window",\n"wine",\n"wing",\n"winter",\n"wire",\n"wish",\n"woman",\n"women",\n"wood",\n"wool",\n"word",\n"work",\n"worm",\n"wound",\n"wren",\n"wrench",\n"wrist",\n"writer",\n"writing",\n"yak",\n"yam",\n"yard",\n"yarn",\n"year",\n"yoke",\n"zebra",\n"zephyr",\n"zinc",\n"zipper",\n"zoo"\n]>>
scheme1\ntext #DDDAE0\nbkg #26282E\nlink #AD5138\nhover #F97551
<<display game>>
<<$score = 0>>\n<<$lives = 3>>\n\n<<$fl = 0>>\n\n<<$i = 0>>\n<<$j = 0>>\n<<$randocount = 15>>\n<<$lifebreak = []>>\n<<$storybreak = []>>\n<<display breakloop>>\n<<$i = 0>>\n<<$j = 0>>\n\n<<$chosen_adjs = []>>\n<<$chosen_verbs = []>>\n\n/%playthroughs%/\n<<if !$r_plays>><<$r_plays = 0>><<endif>>\n/%high scores%/\n<<if !$r_score1>><<$r_score1 = 0>><<endif>>\n<<if !$r_score2>><<$r_score2 = 0>><<endif>>\n<<if !$r_score3>><<$r_score3 = 0>><<endif>>\n/%yes and no to storybreaks%/\n<<if !$r_yes>><<$r_yes = 0>><<endif>>\n<<if !$r_no>><<$r_no = 0>><<endif>>\n/%thank yous and silences%/\n<<if !$r_thank>><<$r_thank = 0>><<endif>>\n<<if !$r_silence>><<$r_silence = 0>><<endif>>\n/%played versions%/\n<<if !$r_v1p0p0>><<$r_v1p0p0 = 0>><<endif>>\n\n\n<<display adj>>\n<<display verb>>\n/%<<display noun>>%/\n<<display proverb>>\n<<display rainbow>>\n<<display animal>>\n<<display prime>>\n<<display color>>\n<<display care>>
You have a strong aura. It is a <<$blah to either("bright","pale","vibrant","deep")>> <<$bloo to either($color)>>.\n\n[[Yes|game][$tempyes to 1]] / [[No|game][$tempno to 1]]
NOT ACTIVE!!!\n<<$bloo to either($quote)>>\n<<$bloo to either($quotesayer)>>
<<set $word1 = either($verb)>>\s\n<<set $word2 = either($verb)>>\s\nWould you rather [[<<$word1>>|game][$chosen_verbs.push($word1)]] or [[<<$word2>>|game][$chosen_verbs.push($word2)]]?
<<set $atarget to $chosen_verbs.pop()>><<set $atarget to $atarget.toString()>>You may have an opportunity to <<$atarget>> very soon.\n\n[[Yes|game][$tempyes to 1]] / [[No|game][$tempno to 1]]
<<set $atarget to $chosen_verbs.splice(random(0,$chosen_verbs.length-1),1)>><<set $atarget to $atarget.toString()>>You need a <<$bloo to either("friend","partner","lover")>> who will <<$blah to $atarget>> with you.\n\n[[Yes|game][$tempyes to 1]] / [[No|game][$tempno to 1]]
<<$quotesayer = [\n"- H. G. Wells",\n"- Napoleon Bonaparte",\n"- Bertrand Russell",\n"- Chessmaster Savielly Grigorievitch Tartakower",\n"- Golda Meir",\n"- Abba Eban",\n"- General George S. Patton",\n"- Charlton Heston",\n"- Ayn Rand",\n"- Robert Pirsig",\n"- Saint Thomas More",\n"- A. J. Liebling",\n"- Soren Aabye Kierkegaard",\n"- Saint Augustine",\n"- Albert Einstein",\n"- Albert Einstein",\n"- Sir Winston Churchill",\n"- Leon Trotsky",\n"- Galileo Galilei",\n"- Richard Dawkins",\n"- Emile Zola",\n"- Moses Hadas",\n"- John F. Kennedy",\n"- e e cummings",\n"- Pablo Picasso",\n"- Arturo Toscanini",\n"- Heavyweight boxer Tony Galento, when asked what he thought of William Shakespeare",\n"- Yogi Berra",\n"- Thomas Jefferson",\n"- Rene Descartes",\n"- Martin Luther King Jr.",\n"- Henry Ford",\n"- Yoda",\n"- Oscar Wilde",\n"- George Burns",\n"- Ludwig Wittgenstein",\n"- Friedrich Nietzsche",\n"- Martin Luther King Jr.",\n"- Edsgar Dijkstra",\n"- Bjarne Stroustrup",\n"- Paul Erdos",\n"- Thomas Henry Huxley",\n"- Simonides",\n"- Salvador Dali",\n"- George Bernard Shaw",\n"- Andrew Marvell",\n"- Plato",\n"- George Bernard Shaw",\n"- Friedrich Nietzsche",\n"- Arnold Schwarzenegger",\n"- Friedrich von Schiller",\n"- Friedrich Nietzsche",\n"- Napoleon Bonaparte",\n"- Clarence Darrow",\n"- John F. Kennedy",\n"- Oscar Wilde",\n"- H. G. Wells",\n"- Edward George Bulwer-Lytton",\n"- Sharon Stone",\n"- Sir Winston Churchill",\n"- Vivian Greene",\n"- Friedrich Nietzsche",\n"- Frank Lloyd Wright",\n"- Oscar Wilde",\n"- Voltaire",\n"- Sir Winston Churchill",\n"- Ian L. Fleming",\n"- J. Paul Getty",\n"- Don Quixote",\n"- Anais Nin",\n"- Thomas Alva Edison",\n"- Frederick",\n"- Aldous Huxley",\n"- George Eliot",\n"- Sherlock Holmes",\n"- Steven Wright",\n"- Groucho Marx",\n"- Walt Disney",\n"- Vince Lombardi",\n"- James Branch Cabell",\n"- John D. Rockefeller",\n"- Ambrose Bierce",\n"- G. K. Chesterton",\n"- Umberto Eco",\n"- Jimmy Durante",\n"- Samuel Johnson",\n"- Dwight D. Eisenhower",\n"- Albert Einstein",\n"- Albert Giacometti",\n"- Randy Pausch",\n"- Carl Sagan",\n"- Arthur Schopenhauer",\n"- Elbert Hubbard",\n"- Frank Zappa",\n"- Antoine de Saint Exupery",\n"- Isaac Asimov",\n"- Carl Sagan",\n"- G. B. Burgin",\n"- Oscar Wilde",\n"- Jimi Hendrix",\n"- Goethe",\n"- Richard Bach",\n"- Voltaire",\n"- James Stephens",\n"- Henry Kissinger",\n"- Will Durant",\n"- Xenocrates",\n"- Albert Einstein",\n"- Mario Andretti",\n"- Clarence Darrow, Scopes trial, 1925",\n"- Henry Ford",\n"- Warren Zevon",\n"- Mahatma Gandhi",\n"- Friedrich Nietzsche",\n"- Jean Cocteau",\n"- George Lichtenberg",\n"- Henry David Thoreau",\n"- the Duchess of Windsor, when asked what is the secret of a long and happy life",\n"- Mahatma Gandhi",\n"- Mel Brooks",\n"- Bertrand Russell",\n"- Aristotle",\n"- Socrates",\n"- Erica Jong",\n"- Maya Angelou",\n"- Ambrose Bierce",\n"- Gore Vidal",\n"- Samuel Palmer",\n"- Albert Einstein",\n"- Aristotle Onassis",\n"- Guy Davenport",\n"- Niels Bohr",\n"- Buckminster Fuller",\n"- Paul Dirac",\n"- Richard M. Nixon",\n"- W.B. Prescott",\n"- John von Neumann",\n"- Aristotle",\n"- Albert Einstein",\n"- Bertrand Russell",\n"- General Charles de Gaulle",\n"- Bill Hirst",\n"- Jean-Paul Sartre",\n"- Frank Lloyd Wright",\n"- George Bernard Shaw",\n"- Alice Roosevelt Longworth",\n"- Oscar Wilde",\n"- John F. Kennedy",\n"- Gloria Steinem",\n"- William Jennings Bryan",\n"- Jean-Paul Sartre",\n"- Martin Fraquhar Tupper",\n"- Moses Hadas",\n"- Groucho Marx",\n"- Oscar Wilde",\n"- Goethe",\n"- Charlie Chaplin",\n"- Lucille S. Harper",\n"- Yogi Berra",\n"- Walt Disney",\n"- Mae West",\n"- Gail Godwin",\n"- Henry Kissinger",\n"- Charles de Gaulle",\n"- Sacha Guitry",\n"- Honore de Balzac",\n"- Aristotle",\n"- Oscar Wilde",\n"- General George Patton",\n"- Ralph Waldo Emerson",\n"- George Bernard Shaw",\n"- Katherine Cebrian",\n"- Steven Wright",\n"- Gioacchino Rossini",\n"- Oliver Herford",\n"- Moses Hadas",\n"- Ambrose Bierce",\n"- Flannery O'Connor",\n"- Igor Stravinsky",\n"- Voltaire",\n"- Elvis Presley",\n"- Cicero",\n"- Robert Frost",\n"- Carl Jung",\n"- Al Capone",\n"- Abraham Lincoln",\n"- Mark Twain",\n"- Robert J. Oppenheimer",\n"- Ingrid Bergman",\n"- Thomas Jones",\n"- Al Capone",\n"- Aristotle",\n"- Henry David Thoreau",\n"- Gloria Leonard",\n"- Robert Orben",\n"- Henry Louis Mencken",\n"- George Bernard Shaw",\n"- Revelation 6:8",\n"- Plato",\n"- Friedrich Nietzsche",\n"- Leo Tolstoy",\n"- Ernest Hemingway",\n"- Harold Robbins",\n"- Epictetus",\n"- Mark Twain",\n"- Gore Vidal",\n"- George Santayana",\n"- Fred Allen",\n"- Mark Twain",\n"- Adlai Stevenson",\n"- Wilson Mizner",\n"- Nora Joyce to her husband James",\n"- T. S. Eliot",\n"- Henry Louis Mencken",\n"- Tom Stoppard",\n"- Karl Wallenda",\n"- Sun Tzu",\n"- Lao-Tzu",\n"- Alan Kay",\n"- Ernest Hemingway",\n"- George Bernard Shaw",\n"- Che Guevara",\n"- Benjamin Franklin",\n"- Sigfried Hulzer",\n"- Carl Friedrich Gauss",\n"- Thomas Watson",\n"- Mahatma Gandhi",\n"- Edmund Burke",\n"- Von Clausewitz",\n"- Irving Kristol",\n"- H. M. Warner",\n"- Charles H. Duell, Commissioner, U.S. Office of Patents, 1899",\n"- Mark Twain",\n"- General George S. Patton",\n"- Cato the Elder",\n"- Abraham Lincoln",\n"- last words of Pancho Villa",\n"- Oliver Wendell Holmes",\n"- Niccolo Machiavelli",\n"- Clinton aide George Stephanopolous speaking on Larry King Live",\n"- Bill Wulf",\n"- Flannery O'Connor",\n"- Ernest Hemingway",\n"- Cicero",\n"- Jeremy Taylor",\n"- Unibomber Theodore Kaczynski, when asked in court what his current profession was",\n"- Wolfgang Pauli",\n"- Ambrose Bierce",\n"- Voltaire",\n"- Rudyard Kipling",\n"- Charles Dickens",\n"- Paul Valery",\n"- General Douglas MacArthur",\n"- Steven Weinberg",\n"- Pierre Laplace",\n"- Francois-Auguste Rodin",\n"- Frank Lloyd Wright",\n"- Wernher Von Braun"\n]>>
Alice Maz
<<$temp = either(0,1)>>\n\n<<if $storybreak.length gt $lifebreak.length+1>>\n\t<<$temp = 0>>\n<<else if $lifebreak.length gt $storybreak.length+1>>\n\t<<$temp = 1>>\n<<endif>>\n\n<<if $temp>>\n\t<<$storybreak[$i] = random($randocount,$randocount+7)>>\n\t<<$i++>>\n<<else>>\n\t<<$lifebreak[$j] = random($randocount,$randocount+7)>>\n\t<<$j++>>\n<<endif>>\n\n<<$randocount += random(8,16)>>\n\n<<if $lifebreak.length lt 3>>\n\t<<display breakloop>>\n<<endif>>