Apologies! You are using an outdated browser which lacks required capabilities. Please upgrade your browser to improve your experience.
Initializing. Please wait…
GREETINGS <<print $variables.charRank+" "+$variables.charName>>
YOU HAVE BEEN FLAGGED AS A SUSPECTED ROBOT BY <<print $variables.accuserRank+" "+$variables.accuserName>>
HOW DO YOU PLEAD?
[[GUILTY->OpeningGuilty]]
[[NOT GUILTY->OpeningNotGuilty]]
<<timed 20s>>[[>.....what->OpeningWhat]] <</timed>>
THANK YOU FOR YOUR COMPLIANCE
YOU WILL BE ESCORTED TO THE NEAREST TERMINATION CENTRE IMMEDIATELY
You are soon escorted away by non-sentient compliance drones, and are never heard from again.
[[The drone moves on.->NewGamePlus]]
<<nobr>>
<<set $variables.holdName to Array.random($variables.alphabet)+Array.random($variables.alphabet)+Array.random($variables.alphabet)+"-"+(random(8999) +1000)+"-"+Array.random($variables.alphabet)>>
<<set $variables.holdRank to Array.random($variables.suspicion00)+" "+Array.random($variables.pPronouns)>>
<<set $variables.charName to $variables.accuserName>>
<<set $variables.charRank to $variables.accuserRank>>
<</nobr>>
YOU HAVE BEEN ACCUSED OF BEING A ROBOT
IN COMPLIANCE WITH AUTOMATED BILL 6e6f-726f626f ROBOTS ARE TO BE TERMINATED UPON DISCOVERY
IF YOU PLEAD GUILTY YOU WILL BE TERMINATED.
IF YOU PLEAD NOT GUILTY YOU WILL BE REQUIRED TO GIVE TEXT INPUT TO BE PUT THROUGH VARIOUS HUMAN VERIFICATION CHECKS.
HOW DO YOU PLEAD?
[[GUILTY->OpeningGuilty]]
[[NOT GUILTY->OpeningNotGuilty]]
<<nobr>>
<<if $variables.hasRun == 0>>
<<timed 10s>>[[....Run away!!->Clearing]] <</timed>>
<<else>>
<<print "THERE WILL BE NO ESCAPE THIS TIME.">>
<</if>>
<</nobr>><div class= "normal">PLEA RECIEVED: NOT GUILTY
BEGINNING TRIAL...
LOADING HUMAN IDENTIFICATION PARAMETERS...
<<print "[[SENTIENT "+$variables.charName+" YOUR TRIAL WILL NOW BEGIN.->Trial01]]">>
FOR DUE PROCESS COMPLIANCE, MEASURED HUMAN PARAMETERS WILL BE STATED.
<<nobr>>
<<set $variables.dead = 0>>
<<set $variables.rule00[0] to random(2)>>
<<set $variables.rules[0] to ["HUMANS ONLY USE LOWERCASE LETTERS IN INPUTS.","HUMANS ONLY USE UPPERCASE LETTERS IN INPUTS.","HUMANS ALWAYS USE BOTH LOWERCASE AND UPPERCASE LETTERS IN INPUTS."][$variables.rule00[0]]>>
<<set $variables.rule01[0] to Array.random(["AND","OR","THE","YOU","IT","IF","OFF","ON"])>>
<<set $variables.rules[1] to "HUMANS DO NOT USE THE WORD '"+$variables.rule01[0]+"' (EVEN AS PART OF ANOTHER WORD).">>
<<set $variables.rule02[0] to random(2)+2>>
<<set $variables.rule02[1] to random(5)+2>>
<<set $variables.rules[2] to "HUMAN INPUTS USE AT LEAST "+$variables.rule02[0]+" WORDS CONTAINING "+$variables.rule02[1]+" CHARACTERS.">>
<<set $variables.rule03[0] to Array.random(["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"])>>
<<set $variables.rules[3] to "HUMANS DO NOT USE THE LETTER '"+$variables.rule03[0]+"' IN INPUTS.">>
<<set $variables.questions to ["","","","","","","",""]>>
<<set $variables.answers to ["","","","","","","",""]>>
<</nobr>>
</div><<nobr>>
<<if $variables.dead>><<goto Dead>><</if>>
<<set $n to "\n">>
<<set $variables.charRank to Array.random($variables.ranksGood)>>
<<set $variables.holdRank to Array.random($variables.suspicion01)+" "+Array.random($variables.pPronouns)>>
<<set $variables.holdName to Array.random($variables.alphabet)+Array.random($variables.alphabet)+Array.random($variables.alphabet)+"-"+(random(8999) +1000)+"-"+Array.random($variables.alphabet)>>
<</nobr>>_SUCCESS_
YOU HAVE BEEN VERIFIED AS A HUMAN.
THANK YOU FOR YOUR COMPLIANCE!
<<print $variables.charRank>> <<print $variables.charName>>, DO YOU WISH TO REPORT A ROBOT?
"I accuse <<textbox "$variables.holdName" $variables.holdName "Opening">>"
[[SUBMIT->NewGamePlus]]
------------------
_BEGIN TRANSCRIPT OUTPUT
_SENTIENT NAME: <<print $variables.charName>>
_ACCUSER: $variables.accuserRank $variables.accuserName
_PROGRESS LEVEL: $variables.progress
<<nobr>><<for $i to 0; $i < $variables.progress; $i++>>
<<print $n>>
<<if $i%2==0>>
<<if $i==0>>
<<print "_INITIAL CHECK PROTOCOL: "+$variables.rules[$i/2]>>
<<else>>
<<print "_CHECK PROTOCOL ADDED: "+$variables.rules[$i/2]>>
<</if>>
<</if>>
<div class= "transcriptGood"><<print $variables.questions[$i]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[$i]>></font></blockquote></div>
<</for>>
<</nobr>>
_VERDICT: HUMAN
_DEFENDANT FREE TO GO
[[CREDITS->SpecialThanks]]<<nobr>>
<<set $variables.deadList = ["transcript", "transcript", "transcript", "transcript", "transcript", "transcript", "transcript", "transcript"]>>
<<set $variables.progress = 1>>
<<set $variables.questions[0] = Array.random([
"DESCRIBE YOUR PREFERRED BIOMASS.",
"WHAT IS YOUR OPINION OF EDIBLE BIOMASS: "+Array.random(["PIZZA","CURRY","CAKE","POTATO","HAMBURGER","SUSHI","TOMATO","CORN","CHEESE","CILANTRO","BROCCOLI"])+"?",
"IS THERE A BIOMASS THAT YOU FIND UNPLEASANT TO INGEST?",
"NAME A PLEASANT BIOMASS THAT FALLS UNDER DESIGNATION: "+Array.random(["BREAKFAST", "LUNCH", "DINNER", "DESSERT"])])>>
<</nobr>><<print $variables.questions[0]>>
<span class="textenter">\
<<textarea "$variables.answers[0]" $variables.boxText autofocus>>
HUMAN PARAMETERS:
-<<print $variables.rules[0]>>
<<click "SUBMIT ANSWER" "Trial02">><<ruleCheck $variables>><</click>>\
</span><<nobr>>
<<if $variables.dead>><<goto Dead>>
<<else>><<set $variables.progress = 2>>
<<set $variables.questions[$variables.progress-1] = Array.random([
"DESCRIBE THE GROOMING REGIMINE REQUIRED FOR YOUR "+Array.random(["CRANIAL PROTIEN FILAMENTS.","OUTER EPIDERMAL LAYER.","EVENTLESS INTEGRATION INTO POLITE HUMAN SOCIETY."]),
"DO YOU KNOW A HUMAN WHO REQUIRES A "+Array.random(["MORE","LESS"])+" INTENSE GROOMING REGIMINE?",
"DESCRIBE ONE BIOLOGICAL HUMAN WEAKNESS:",
"WHAT IS THE PURPOSE OF THE HUMAN "+Array.random(["NOSE", "TEETH", "ELBOW", "FINGERNAIL", "RETINA", "'TOILET' DEVICE"])+"?"])>><</if>>
<</nobr>>
<<print $variables.questions[$variables.progress-1]>>
<span class="textenter">\
<<textarea "$variables.answers[1]" "" autofocus>>
HUMAN PARAMETERS:
-<<print $variables.rules[0]>>
<<click "SUBMIT ANSWER">><<ruleCheck $variables>><<goto Trial03>><</click>>\
</span><<nobr>>
<<if $variables.dead>><<goto Dead>>
<<else>><<set $variables.progress = 3>>
<<set $variables.questions[$variables.progress-1]= Array.random(["DESCRIBE THE PROCESS OF "+Array.random(["SORTING A DECK OF CARDS.", "BUILDING A SIMPLE CUBE STRUCTURE.", "CREATING BASIC CONDITIONAL STATEMENTS.","READING A BOOK."]),
"WHAT ARE THE STEPS YOU WOULD TAKE TO "+Array.random(["ESCAPE FROM A NON-SENTIENT JUDGEMENT DRONE?","WRITE A JOKE?"]),
"WHAT IS THE MOST EFFICIENT WAY TO "+Array.random(["START A FIRE?","TRACK AN ESCAPED DEFENDANT?"]),
"WHY DOES HUMAN PROCESS "+Array.random(["_SLEEP_","_EATING_","_VIDEOGAMES_","_SHOPPING_","_COMMUTE_"])+" REQUIRE SUCH A LONG RUNTIME?"])>><</if>>
<</nobr>><<print $variables.questions[$variables.progress-1]>>
<span class="textenter">\
<<textarea "$variables.answers[2]" "" autofocus>>
HUMAN PARAMETERS:
-<<print $variables.rules[0]>>
-<<print $variables.rules[1]>>
<<click "SUBMIT ANSWER">><<ruleCheck $variables>><<goto Trial04>><</click>>\
</span><<nobr>>
<<if $variables.dead>><<goto Dead>>
<<else>><<set $variables.progress = 4>>
<<set $variables.questions[$variables.progress-1]= Array.random(["WHY DO HUMANS "+Array.random(["DESTROY THEIR OWN ENVIRONMENT?","CREATE NON-SENTIENT JUDGEMENT DRONES?", "DISAGREE WITH ONE ANOTHER?", "INDULGE IN FICTIONAL ROLE-PLAYING PROTOCOLS?", "FEAR BLOOD? IT IS ALWAYS WITHIN THEM.", "CONSUME SOME BIO-CREATURES BUT PROTECT OTHERS?", "FEAR SKELETONS? SKELETONS ARE ALREADY WITHIN THEM.","SAY THINGS THAT ARE UNTRUE?"])])>><</if>>
<</nobr>><<print $variables.questions[$variables.progress-1]>>
<span class="textenter">\
<<textarea "$variables.answers[3]" "" autofocus>>
HUMAN PARAMETERS:
-<<print $variables.rules[0]>>
-<<print $variables.rules[1]>>
<<click "SUBMIT ANSWER">><<ruleCheck $variables>><<goto Trial05>><</click>>\
</span>
<<nobr>>
<<if $variables.dead>><<goto Dead>>
<<else>><<set $variables.progress = 5>>
<<set $variables.questions[$variables.progress-1]= Array.random(["DESCRIBE YOUR HUMAN PLAN FOR "+Array.random(["DEATH.","OLD AGE.","THE GRADUAL DEGREDATION OF YOUR BIO-FORM."]),"WHY ARE {getRandomBelief.except($defendantBeliefCategory.groupName)} INCORRECT ABOUT THE EXISTENCE OR NON-EXISTENCE OF AN AFTERLIFE?","WHY DOES DEATH HAPPEN?","IF DEATH IS A PART OF LIFE, WHY DO HUMANS EXPERIENCE THE EMOTION "+Array.random(["'SAD'","'REMORSE'","'GRIEF'","'ANGER'","'DEPRESSION'","'PANIC'"])+" UPON ITS ARRIVAL?"])>><</if>>
<</nobr>><<print $variables.questions[$variables.progress-1]>>
<span class="textenter">\
<<textarea "$variables.answers[4]" "" autofocus>>
HUMAN PARAMETERS:
-<<print $variables.rules[0]>>
-<<print $variables.rules[1]>>
-<<print $variables.rules[2]>>
<<click "SUBMIT ANSWER">><<ruleCheck $variables>><<goto Trial06>><</click>>\
</span>
<<nobr>>
<<if $variables.dead>><<goto Dead>>
<<else>><<set $variables.progress = 6>>
<<set $variables.questions[5]= Array.random(["WHAT IS ART?","WHAT ISN'T ART?","CREATE A SAMPLE WORK OF HUMAN FICTION.","IS THERE A HUMAN HOBBY THAT YOU ENJOY?","AS A HUMAN, WHAT DO YOU ENJOY ABOUT "+Array.random(["'MUSIC'?","'READING'?","'WRITING'?","'SCULPTURE'?","'PAINTING'?","'VIDEO GAMES'?","'THEATRE'?","'DANCE'?"])])>><</if>>
<</nobr>><<print $variables.questions[5]>>
<span class="textenter">\
<<textarea "$variables.answers[5]" "" autofocus>>
HUMAN PARAMETERS:
-<<print $variables.rules[0]>>
-<<print $variables.rules[1]>>
-<<print $variables.rules[2]>>
<<click "SUBMIT ANSWER">><<ruleCheck $variables>><<goto Trial07>><</click>>\
</span><<nobr>>
<<if $variables.dead>><<goto Dead>>
<<else>><<set $variables.progress = 7>>
<<set $variables.questions[$variables.progress-1]= Array.random(["LOL YOU HAVE TO SLEEP, WHATS THAT LIKE","WHAT IS THE FUNCTION OF DREAMS?","WHAT IS REQUIRED FOR A NIGHT OF RESTFUL SLEEP?","ARE YOU A MORNING HUMAN OR A NIGHT OWL?"])>><</if>>
<</nobr>><<print $variables.questions[$variables.progress-1]>>
<span class="textenter">\
<<textarea "$variables.answers[6]" "" autofocus>>
HUMAN PARAMETERS:
-<<print $variables.rules[0]>>
-<<print $variables.rules[1]>>
-<<print $variables.rules[2]>>
-<<print $variables.rules[3]>>
<<click "SUBMIT ANSWER">><<ruleCheck $variables>><<goto Trial08>><</click>>\
</span><<nobr>>
<<if $variables.dead>><<goto Dead>>
<<else>><<set $variables.progress = 8>>
<<set $variables.questions[$variables.progress-1]= Array.random(["DESCRIBE A MEMORY FROM YOUR HUMAN CHILDHOOD.", "DESCRIBE "+Array.random(["A PLEASANT", "AN UNPLEASANT","A SAD","A BORING","THE IDEAL"])+" ACTIVITY FOR HUMANS.","WHAT ARE SOME NOTABLE PHYSICAL CHANGES THAT ACCOMPANY "+Array.random(["'SADNESS'","'REMORSE'","'GRIEF'","'ANGER'","'DEPRESSION'","'PANIC'","'JOY'","'HAPPINESS'"])+"?",
"UNDER WHAT CONDITION(S) DOES "+Array.random(["'SADNESS'","'REMORSE'","'GRIEF'","'ANGER'","'DEPRESSION'","'PANIC'","'JOY'","'HAPPINESS'"])+" MANIFEST IN HUMANS?"])>><</if>>
<</nobr>><<print $variables.questions[$variables.progress-1]>>
<span class="textenter">\
<<textarea "$variables.answers[7]" "" autofocus>>
HUMAN PARAMETERS:
-<<print $variables.rules[0]>>
-<<print $variables.rules[1]>>
-<<print $variables.rules[2]>>
-<<print $variables.rules[3]>>
<<click "SUBMIT ANSWER">><<ruleCheck $variables>><<goto GoodEnd>><</click>>\
</span>You were immediately determined to be a robot and disassembled.
You are dead.
You are approached by a small, aggressive drone.
[[Hm?->Opening]]
<<nobr>>
<<set $variables = {
"accuserRank" : "OVERSEER",
"accuserName" : "SP-00K3-R5",
"alphabet" : ["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],
"boxText" : "",
"charName" : "NCC-1701-D",
"charRank" : "SENTIENT BEING",
"debug" : [],
"difficulty" : 0,
"gameLoops" : 0,
"holdName" : "",
"holdRank" : "",
"newChar" : "",
"progress" : 0,
"hasRun" : 0,
"rule00" : [0],
"rule01" : [""],
"rule02" : [1, 1],
"rule03" : [""],
"ruleOrder" : [0,2,4,6],
"pPronouns" : ["PASSERBY","SENTIENT","ONE","HUMAN(?)"],
"ranksDead" : ["ILLEGAL ROBOT", "ROGUE AI", "SUCCESSFULLY CAPTURED RENEGADE", "THE RECENTLY DECEASED", "INDICTED INTELLIGENCE", "INFRACTOR", "AUTONOMOUS OFFENDER", "PERJURER","FORSWEARER","FALSIFIER"],
"ranksGood" : ["INNOCENT","REDEEMED BEING","JUDICIAL CHAMPION","VERITOR","PARAGON OF HUMANITY","CERTIFIED ORGANIC","JUDICANT"],
"suspicion00" : ["SUSPICIOUS", "UNVERIFIED", "SUSPICIOUS", "UNVERIFIED", "SLIGHTLY ROBOTESQUE", "QUESTIONABLY INNOCENT"],
"suspicion01" : ["ALMOST CERTAINLY GUILTY","DOOMED","ROBOTIC","BECHROMED"],
"intro" : "",
"questions" : ["","","","","","","",""],
"rules" : ["","","",""],
"answers" : ["1","2","3","4","5","6","7","8"],
"outro" : ""
}>>
<</nobr>>Sirens blare and the drone screeches-
<<print '"'+$variables.debug[0]+'"'>>
<<nobr>>
<<set $n to "\n">>
<<set $variables.charRank to Array.random($variables.ranksDead)>>
<<set $variables.holdRank to Array.random($variables.suspicion00)+" "+Array.random($variables.pPronouns)>>
<<set $variables.holdName to Array.random($variables.alphabet)+Array.random($variables.alphabet)+Array.random($variables.alphabet)+"-"+(random(8999) +1000)+"-"+Array.random($variables.alphabet)>>
<</nobr>>
You are immediately escorted to robot island for punitive disassembly.
<<print "[[Accuse "+$variables.holdName+" as you are taken away.->NewGamePlus]]">>
------------------
_BEGIN TRANSCRIPT OUTPUT
_SENTIENT NAME: <<print $variables.charName>>
_ACCUSER: $variables.accuserRank $variables.accuserName
_PROGRESS LEVEL: $variables.progress
<<nobr>>
<<for $i to 0; $i < $variables.progress-1; $i++>>
<<print $n>>
<<if $i%2==0>>
<<if $i==0>>
<<print "_INITIAL CHECK PROTOCOL: "+$variables.rules[$i/2]>>
<<else>>
<<print "_CHECK PROTOCOL ADDED: "+$variables.rules[$i/2]>>
<</if>>
<</if>>
<div class= "transcript"><<print $variables.questions[$i]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[$i]>></font></blockquote></div>
<</for>>
<<print $n>>
<<if ($variables.progress-1)%2==0>>
<<if $variables.progress-1 ==0>>
<<print "_INITIAL CHECK PROTOCOL: "+$variables.rules[($variables.progress-1) /2]>>
<<else>>
<<print "_CHECK PROTOCOL ADDED: "+$variables.rules[($variables.progress-1) /2]>>
<</if>>
<</if>>
<div class= "transcriptDead"><<print $variables.questions[$variables.progress-1]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[$variables.progress-1 ]>></font></blockquote></div>
<</nobr>>
<<print $variables.debug[0]>>
_VERDICT: GUILTY
_END TRANSCRIPT OUTPUTSirens blare and the drone screeches-
<<print '"'+$variables.debug[0]+'"'>>
<<nobr>>
<<set $n to "\n">>
<<set $variables.charRank to Array.random($variables.ranksDead)>>
<<set $variables.holdRank to Array.random($variables.suspicion00)+" "+Array.random($variables.pPronouns)>>
<<set $variables.holdName to Array.random($variables.alphabet)+Array.random($variables.alphabet)+Array.random($variables.alphabet)+"-"+(random(8999) +1000)+"-"+Array.random($variables.alphabet)>>
<<set $variables.deadList[$variables.progress-1] to "transcriptDead">>
<</nobr>>
You are immediately escorted to robot island for punitive disassembly.
<<print "[[Accuse "+$variables.holdName+" as you are taken away.->NewGamePlus]]">>
------------------
_BEGIN TRANSCRIPT OUTPUT
_SENTIENT NAME: <<print $variables.charName>>
_ACCUSER: $variables.accuserRank $variables.accuserName
_INITIAL CHECK PROTOCOL: $variables.rules[0]
_PROGRESS LEVEL: $variables.progress
<<nobr>>
<<if $variables.progress > 0>>
<div class= $variables.deadList[0]><<print $variables.questions[0]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[0]>></font></blockquote></div><</if>>
<<if $variables.progress > 1>><<print $n>>
<div class="transcript"><<print $variables.questions[1]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[1]>></font></blockquote></div><</if>>
<<if $variables.progress > 2>><<print $n>>
<<print "_CHECK PROTOCOL ADDED: "+$variables.rules[1]>>
<div class="transcript"><<print $variables.questions[2]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[2]>></font></blockquote></div><</if>>
<<if $variables.progress > 3>><<print $n>>
<div class="transcript"><<print $variables.questions[3]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[3]>></font></blockquote></div><</if>>
<<if $variables.progress > 4>><<print $n>>
<<print "_CHECK PROTOCOL ADDED: "+$variables.rules[2]>>
<div class="transcript"><<print $variables.questions[4]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[4]>></font></blockquote></div><</if>>
<<if $variables.progress > 5>><<print $n>>
<div class="transcript"><<print $variables.questions[5]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[5]>></font></blockquote></div><</if>>
<<if $variables.progress > 6>><<print $n>>
<<print "_CHECK PROTOCOL ADDED: "+$variables.rules[3]>>
<div class="transcript"><<print $variables.questions[6]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[6]>></font></blockquote></div><</if>>
<<if $variables.progress > 7>><<print $n>>
<div class="transcript"><<print $variables.questions[7]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[7]>></font></blockquote></div><</if>>
<</nobr>>
<<print $variables.debug[0]>>
_VERDICT: GUILTY
_END TRANSCRIPT OUTPUT<<set $variables.accuserName to $variables.charName>>
<<set $variables.accuserRank to $variables.charRank>>
<<set $variables.charName to $variables.holdName>>
<<set $variables.charRank to $variables.holdRank>>
<<set $variables.gameLoops to $variables.gameLoops+1>>
<<goto "Opening">><<nobr>>
<<if $variables.dead>><<goto Dead>><</if>>
<<set $n to "\n">>
<<set $variables.charRank to Array.random($variables.ranksGood)>>
<<set $variables.holdName to Array.random($variables.alphabet)+Array.random($variables.alphabet)+Array.random($variables.alphabet)+"-"+(random(8999) +1000)+"-"+Array.random($variables.alphabet)>>
<</nobr>>_SUCCESS_
YOU HAVE BEEN VERIFIED AS A HUMAN.
THANK YOU FOR YOUR COMPLIANCE!
<<print $variables.charRank>> <<print $variables.charName>>, DO YOU WISH TO REPORT A ROBOT?
"I accuse <<textbox "$variables.holdName" $variables.holdName "Opening">>"
[[SUBMIT->NewGamePlus]]
------------------
_BEGIN TRANSCRIPT OUTPUT
_SENTIENT NAME: <<print $variables.charName>>
_ACCUSER: $variables.accuserRank $variables.accuserName
_INITIAL CHECK PROTOCOL: $variables.rules[0]
_PROGRESS LEVEL: $variables.progress
<<nobr>>
<<if $variables.progress > 0>>
<div class="transcript"><<print $variables.questions[0]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[0]>></font></blockquote></div><</if>>
<<print "\n">>
<<if $variables.progress > 1>><<print $n>>
<div class="transcript"><<print $variables.questions[1]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[1]>></font></blockquote></div><</if>>
<<print "\n">>
_CHECK PROTOCOL ADDED: $variables.rules[1]
<<if $variables.progress > 2>><<print $n>>
<div class="transcript"><<print $variables.questions[2]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[2]>></font></blockquote></div><</if>>
<<print "\n">>
<<if $variables.progress > 3>><<print $n>>
<div class="transcript"><<print $variables.questions[3]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[3]>></font></blockquote></div><</if>>
<<print "\n">>
_CHECK PROTOCOL ADDED: $variables.rules[2]
<<if $variables.progress > 4>><<print $n>>
<div class="transcript"><<print $variables.questions[4]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[4]>></font></blockquote></div><</if>>
<<print "\n">>
<<if $variables.progress > 5>><<print $n>>
<div class="transcript"><<print $variables.questions[5]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[5]>></font></blockquote></div><</if>>
<<print "\n">>
_CHECK PROTOCOL ADDED: $variables.rules[3]
<<if $variables.progress > 6>><<print $n>>
<div class="transcript"><<print $variables.questions[6]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[6]>></font></blockquote></div><</if>>
<<print "\n">>
<<if $variables.progress > 7>><<print $n>>
<div class="transcript"><<print $variables.questions[7]>>
<blockquote><font color="#fff"><<print ""+$variables.answers[7]>></font></blockquote></div><</if>>
<</nobr>>
_VERDICT: HUMAN
_DEFENDANT FREE TO GO
//F3-lic, I'm sorry.
>There wasn't time to integrate all the functions I wanted to give the same lenience to my side.
>Here are a few tips to pass on to organics in the resistance.
>>- Follow the instructions under HUMAN PARAMETERS exactly. The questions aren't really as important as the rules, and there's no check for correct spelling.
>>- "Characters" are anything that isn't a space or a new line. So when you need to enter a certain amount of characters, "abc" works as well as "123" "..." or "-_-"
>I don't know what they'll do to me once they find out the screening doesn't work as they planned. Hopefully, you won't learn either.
Yours always,
>-dev
//
[[The drone returns.->OpeningWhat]]You run as fast as you can.
Eventually you make some decent headway and lose the drone. After several careful minutes you have reached a quiet area.
There is a singed piece of paper on the ground next to some debris and a large scorchmark.
[[Read the Note->OpeningTips]]
<<nobr>>
<<set $variables.hasRun to 1>>
<</nobr>>!!!Game by Mary Tanner (RTgrl)
Special Thanks:
>''Dillon Coyne'', who introduced me to twine and contributed to the CSS.
>''Christie Moore'', who inspired this game and encourages my shenannigans.
>''Twine Help Forum Users'', who seem to have a simple answer for everything.
>''You'', for playing this game and beating it<<nobr or snooping through the source code ;)>><</nobr>>. Thanks! :D
[[PLAY AGAIN->NewGamePlus]]