\begin{Verbatim}[commandchars=\\\{\}] //marbleAddictionSex Lez Rework //Adds an alternate version of the lesbian scene that plays after you’re cured of your addiction or become 100\PYZpc{} addicted. To have this version of the scene you must be a virgin and never had any sexual encounter with Marble. Original scene and ending is not changed, but is added for reference //I wrote a version with only pseudocode below, in case you prefer reading it like that else if (player.vaginas.length \PYZgt{} 0) \PYZob{} outputText(\PYZdq{}The feeling of need is almost palpable within the two of you. Marble giggles and reaches behind her to grab something. She shows you a long double\PYZhy{}ended dildo and explains it will connect the two of you. \PYZdq{}); if (virgin) \PYZam{}\PYZam{} (!player.hasStatusEffect(StatusEffects.FuckedMarble)) \PYZob{} outputText(\PYZdq{}You ask her not to use it this time; you are a virgin and\PYZdq{}); if (player.vaginas[0].vaginalLooseness \PYZgt{} Vagina.LOOSENESS\PYZus{}LOOSE) outputText(\PYZdq{}, despite how loose you are below,\PYZdq{}); outputText(\PYZdq{} you don\PYZsq{}t want your first time to be using such a big toy. Marble puts it away, disappointed, but her smile returns as she lowers a hand onto your vagina. Her fingers play with your [clit], rubbing and flicking [if (wetness \PYZlt{} 2)\PYZob{}to get you ready\PYZcb{}] before two of her fingers slide inside you. You do the same to her, and you both shudder from the pleasure as you toy with each other. Your mind can focus on little more than your lover\PYZsq{}s warm body touching yours\PYZdq{}); if (player.tallness \PYZgt{}= 48 \PYZam{}\PYZam{} player.tallness \PYZlt{}= 60) outputText(\PYZdq{} and her large breasts covering your head\PYZdq{}); player.createStatusEffect(StatusEffects.FuckedMarble, 0, 0, 0, 0); \PYZcb{} \PYZcb{} //If you don\PYZsq{}t meet both requirements, it plays the original scene starting from \PYZdq{}She pushes one end of it into your\PYZdq{}. Both scenes continue as usual with “You can\PYZsq{}t help but think about how wonderful a person Marble is” and so on. //Pseudocode only version //This bit is a part of the original that was separated for the scene split The feeling of need is almost palpable within the two of you. Marble giggles and reaches behind her to grab something. She shows you a long double\PYZhy{}ended dildo and explains it will connect the two of you. // You ask her not to use it this time; you are a virgin and[if (player.tallness \PYZgt{}= 48 \PYZam{}\PYZam{} player.tallness \PYZlt{}= 60)\PYZob{}, despite how loose you are below,\PYZcb{}] you don\PYZsq{}t want your first time to be using such a big toy. Marble puts it away, disappointed, but her smile returns as she lowers a hand onto your vagina. Her fingers play with your [clit], rubbing and flicking [if (wetness \PYZlt{} 2)\PYZob{}to get you ready\PYZcb{}] before two of her fingers slide inside you. You do the same to her, and you both shudder from the pleasure as you toy with each other. Your mind can focus on little more than your lover\PYZsq{}s warm body touching yours[ if (player.tallness \PYZgt{}= 48 \PYZam{}\PYZam{} player.tallness \PYZlt{}= 60)\PYZob{}and her large breasts covering your head\PYZcb{}] //After this, the scene continues as usual with “You can\PYZsq{}t help but think about how wonderful a person Marble is” and so on. \end{Verbatim}