<div id="texto"> <h1>Bimbo Sequencer 1.0 by Sortimid</h1> (display: "Initializer")As you're walking down the street, you come across a peculiar remote. It looks like a toy but feels heavy in your hand. It says <strong>"Bimbo Sequencer 1.0"</strong> on the side. As you point it towards a woman across the street, it lights up! It has 5 buttons with tiny icons on them. (display: "Menu")</div>(display: "Admire Your Handiwork")<div id="texto"> (set: $turns += 1)(set: $mindPushed to true)You shoot her with the <img class="icon" src="images/icons/brain.png"> setting(if: $turns != 1)[ next]. (if: !$mindStopper)[She pauses and looks confused. (set: $mind to 1)](else:)[Her brain looks completely fried.] (display: "Footer")</div>(display: "Admire Your Handiwork") (display: "Incrementer")<div id="texto"> (set: $turns += 1)(set: $makeupPushed to true)You shoot her with the <img class="icon" src="images/icons/tube.png"> setting(if: $turns != 1)[ next]. (if: !$makeupStopper)[Subtle, yet noticeable makeup appears on her face. (set: $makeup to 1)](else:)[] (display: "Footer")</div>(display: "Admire Your Handiwork") (display: "Incrementer")<div id="texto"> (set: $turns += 1)(set: $clothingPushed to true)You shoot her with the <img class="icon" src="images/icons/dress.png"> setting(if: $turns != 1)[ next]. (if: !$clothingStopper)[Her clothes shift into a skimpier version of her outfit. (set: $clothing to 1)](else:)[She's already naked. Only her shoes change. (set: $feet to 1)(set: $shoes to 4)] (display: "Footer")</div>(display: "Admire Your Handiwork") (display: "Incrementer")<div id="texto"> (set: $turns += 1)(set: $libidoPushed to true)You shoot her with the <img class="icon" src="images/icons/fire.png"> setting(if: $turns != 1)[ next]. (if: !$libidoStopper)[She blushes and bites her lip. (set: $libido to 1)](else:)[] (display: "Footer")</div>(display: "Admire Your Handiwork") (display: "Incrementer") <div id="texto"> (set: $turns += 1)(set: $bodyPushed to true)You push the <img class="icon" src="images/icons/figure.png"> setting(if: $turns != 1)[ next]. (if: $turns is 5 and $bodyStopper)[Her acceptance and excitement about the changes pushes her body beyond the limit, to extreme proportions!(set: $body to -1)](else:)[Is she slightly curvier? (set: $body to 1)] (display: "Footer")</div>(display: "Admire Your Handiwork") (display: "Incrementer"){ There's a readout on the Sequencer: <div class="readout"> <div class="inlineblock"><img class="icon" src="images/icons/tube1.png"><br /> <span> (if: $isPerfect)[ <strong class="bimbocolor">100% BIMBO!</strong> ](else:)[ <strong>(print: $makeup * $makeup * 25)% Bimbo</strong> ] </span></div> <div class="inlineblock"><img class="icon" src="images/icons/dress1.png"><br /> <span> (if: $isPerfect)[ <strong class="bimbocolor">100% BIMBO!</strong> ](elseif: $clothingStopper)[ <strong class="error">ERROR</strong> ](else:)[ <strong>(print: $clothing * $clothing * 6)% Bimbo</strong> ] </span></div> <div class="inlineblock"><img class="icon" src="images/icons/fire1.png"><br /> <span> (if: $isPerfect)[ <strong class="bimbocolor">100% BIMBO!</style> ](elseif: $bodyStopper or $body is -1)[ <strong>(print: $libido * 100)% Bimbo</strong> ](else:)[ <strong>(print: $libido * $body * 30)% Bimbo</strong> ] </span></div> <div class="inlineblock"><img class="icon" src="images/icons/figure1.png"><br /> <span> (if: $isPerfect)[ <strong class="bimbocolor">100% BIMBO!</strong> ](elseif: $bodyStopper or $body is -1)[ <strong class="error">200% Bimbo</strong> ](else:)[ <strong>(print: $body * $body * 10)% Bimbo</strong> ] </span></div> <div class="inlineblock"><img class="icon" src="images/icons/brain1.png"><br /> <span> (if: $isPerfect)[ <strong class="bimbocolor">100% BIMBO!</style> ](elseif: $mindStopper)[ <strong class="error">ERROR</strong> ](else:)[ <strong>(print: $mind * $mind * 4)% Bimbo</strong> ] </span></div> (if: $isPerfect)[ <br /> <p class="aligncenter bimbocolor">----CONGRATULATIONS!----</p> <p class="aligncenter bimbocolor">SUBJECT IS COMPLETELY BIMBOFIED.</p> ] </div> <br /> (if: $isPerfect)[You did it! I hope you enjoyed my game!<br />Follow me on <a class="homepage-link" href="https://www.twitter.com/sortimid">Twitter</a> and <a class="homepage-link" href="https://www.deviantart.com/sortimid">DeviantArt</a>. Find more games and support me on <a class="homepage-link" href="https://www.patreon.com/sortimid">Patreon</a>. <br /> [[>Play Again<->You found a Remote!]]](else:)[<p class="floatright">[[Try Again->You found a Remote!]]]</p> }<div> { (if: $turns < $turnsMax-1)[ <strong>What button would you like to push(if: $turns != 0)[ next](elseif: $turns is 0)[ first]?<strong><br /> ] (if: !$makeupPushed)[ [[<img class="icon" src="images/icons/tube.png">->Makeup]] ] (if: !$clothingPushed)[ [[<img class="icon" src="images/icons/dress.png">->Clothing]] ] (if: !$libidoPushed)[ [[<img class="icon" src="images/icons/fire.png">->Libido]] ] (if: !$bodyPushed)[ [[<img class="icon" src="images/icons/figure.png">->Body]] ] (if: !$mindPushed)[ [[<img class="icon" src="images/icons/brain.png">->Mind]] ] } </div>{ <!-- exceptions!! --> (if: $clothing < 1 and $body > 2)[ <!-- Clothes ripped --> (set: $clothingStopper to true) ] (if: $mind < 2 and $libido is $libidoMax and $body is $bodyMax)[ <!-- Mind Break --> (set: $mindStopper to true) ] (if: ($mind + $clothing >= 7 or ($mind is 4 and $clothing >= 2)) and $libido > 0 and $body is 0 and $makeup is 2)[ <!-- Body Break --> (set: $bodyStopper to true) ] <!-- Descriptions --> (if: $makeup > 1 and $makeup <= $makeupMax and !$makeupStopper and !$makeupDone)[ <em>She's wearing heavier makeup. </em> (if: $makeup > 1)[ Fake eyelashes appear, complementing her dark eyeshadow and lipstick.(set: $makeupDone to true) ] <br /> ] (if: $body > 1 and $body <= $bodyMax and !$bodyStopper and !$bodyDone)[ <em>Her body changes more. </em> (if: $body is 2)[ You're positive her breasts weren't that large, before. ](elseif: $body is 3)[ Her breasts blow up even further. Thick, pouty lips adorn her face.(if: $mind > 3)[ Her hair turns platinum blonde. (set: $hair to 1)](set: $bodyDone to true) ] <br /> ] (if: $bodyStopper and $body >= 0 and $turns < 5)[ <em>She's excited about the changes! She can't wait for her body to change too!</em> <br /> ] (if: $clothingRipped)[(set: $clothingRipped to false)] (if: $clothing > 1 and $clothing <= $clothingMax and !$clothingStopper and !$clothingDone)[ <em>Her clothes transform further. </em>(set:$shoes to $clothing) (if: $clothing is 2)[ Her shoes turn into sexy heels.(set: $feet to 1) ](elseif: $clothing is 3)[ They become better suited for clubbing. ](elseif: $clothing is 4)[ Her outerwear disappears to reveal a sexy swimsuit.(set: $clothingDone to true) ] <br /> ] (if: $clothingStopper and $clothing >= 0)[ <em>Her body rips through her clothes, leaving her completely naked!</em> (set:$shoes to $clothing)(set: $clothing to -1)(set:$clothingRipped to true) <br /> ] (if: $libido > 1 and $libido <= $libidoMax and !$libidoStopper and !$libidoDone)[ <em>She's getting more and more aroused. </em> (if: $libido > 1)[ Her pussy is dripping down her legs. ] <br /> ] (if: $mind > 1 and $mind <= $mindMax and !$mindStopper and !$mindDone)[ <em>She's becoming more airheaded. </em> (if: $mind is 2)[ She doesn't seem to notice anything odd happening. ](elseif: $mind is 3)[ She examines the changes with excited curiosity. ](elseif: $mind is 4)[ She snaps a quick selfie.(set: $hand to true) ](elseif: $mind is 5)[ (set: $hand to false)She looks straight at you and smiles.(set: $mindDone to true) ] <br /> ] (if: $mindStopper and $mind >= 0)[ <em>Her head suddenly twitches and spasms and then she just stands there, drooling and empty-headed. (set: $mind to -1)</em> <br /> ] }{ (if: $mind is $mindMax and $clothing is $clothingMax and $body is $bodyMax and $makeup is $makeupMax and $libido is $libidoMax)[ (set: $isPerfect to true) ] }{ (set: $turns to 0) (set: $turnsMax to 5) (set: $mind to 0) (set: $clothing to 0) (set: $body to 0) (set: $makeup to 0) (set: $libido to 0) (set: $feet to 0) (set: $shoes to 0) (set: $hair to 0) (set: $hand to false) (set: $mindMax to 5) (set: $clothingMax to 4) (set: $bodyMax to 3) (set: $makeupMax to 2) (set: $libidoMax to 1) (set: $isPerfect to false) (set: $perfectScore to 10) (set: $mindStopper to false) (set: $bodyStopper to false) (set: $libidoStopper to false) (set: $clothingStopper to false) (set: $makeupStopper to false) (set: $mindDone to false) (set: $bodyDone to false) (set: $libidoDone to false) (set: $clothingDone to false) (set: $clothingRipped to false) (set: $makeupDone to false) (set: $mindPushed to false) (set: $clothingPushed to false) (set: $bodyPushed to false) (set: $makeupPushed to false) (set: $libidoPushed to false) }{ <div id="portrait"> <!-- Load Makeup --> (print: '<img src="images/makeup/mind' + (text: $mind) + '/' + (text: $makeup) + '.png">') <!-- Load Body --> (print: '<img src="images/body/' + (text: $body) + '.png">') <!-- Load Feet --> (print: '<img src="images/body/feet/' + (text: $feet) + '.png">') <!-- Load Hair --> (print: '<img src="images/body/hair/' + (text: $hair) + '.png">') <!-- Load Clothing --> (print: '<img src="images/clothing/body' + (text: $body) + '/' + (text: $clothing) + '.png">') (if: $clothingRipped)[ (print: '<img src="images/clothing/ripped.png">') ] <!-- Load Shoes --> (print: '<img src="images/clothing/shoes/' + (text: $shoes) + '.png">') <!-- Load Selfie Hand --> (if: $hand is true)[ (print: '<img src="images/clothing/body' + (text: $body) + '/hand/' + (text: $clothing) + '.png">') ] <!-- Load Mind --> (print: '<img src="images/mind/' + (text: $mind) + '.png">') <!-- Load Libido --> (print: '<img src="images/libido/body' + (text: $body) + '/clothing' + (text: $clothing) +'/' + (text: $libido) + '.png">') (print: '<img src="images/signature.png">') </div> }{ (if: $turns < 5)[ (if: $makeup < $makeupMax and $makeup != 0 and !$makeupStopper)[ (set: $makeup+=1) ] (if: $clothing < $clothingMax and $clothing != 0 and !$clothingStopper)[ (set: $clothing+=1) ] (if: $libido < $libidoMax and $libido != 0 and !$libidoStopper)[ (set: $libido+=1) ] (if: $body < $bodyMax and $body != 0 and !$bodyStopper)[ (set: $body+=1) ] (if: $mind < $mindMax and $mind != 0 and !$mindStopper)[ (set: $mind+=1) ] ] }<!-- Testing $body $libido $clothing $mind $makeup --> (display: "Running Description") (display: "Menu") (display: "Perfect Check") (if: $turns is 5)[(display: "Readout")]