diff --git a/src/interaction/main/walkPast.js b/src/interaction/main/walkPast.js index 7d60111a0c95b4635259f669383d64dc3c07f7ea..031739fdb9ceb437274a22a181ee7a4e9934d483 100644 --- a/src/interaction/main/walkPast.js +++ b/src/interaction/main/walkPast.js @@ -206,6 +206,7 @@ window.walkPast = (function() { } function loverSlave(activeSlave) { + t = ""; partnerSlave = getSlave(activeSlave.relationshipTarget); fuckSeed = jsRandom(1, 100); seed = jsRandom(1, 100); @@ -1390,6 +1391,7 @@ window.walkPast = (function() { } function relatedSlave(activeSlave) { + r = ""; fuckSeed = jsRandom(1, 100); const { diff --git a/src/uncategorized/walkPastList.tw b/src/uncategorized/walkPastList.tw index 248be389264418db92dff99958e145abb45d9755..c795d17dbd19b3c9c8ae548e418768f1ca4aa0eb 100644 --- a/src/uncategorized/walkPastList.tw +++ b/src/uncategorized/walkPastList.tw @@ -40,128 +40,9 @@ Target: <span id="target">$target</span><br> <h2>Walk Past List</h2> <<for _i = 0; _i < $slaves.length; _i++>> - <<set $activeSlave = $slaves[_i]>> - <<capture $activeSlave>> - <<set _seed = random(1,100)>> - <<if $familyTesting == 1 && totalRelatives($activeSlave) > 0 && $target === "FRelation">> - <<set $relation = randomRelatedSlave($activeSlave)>> - <<setLocalPronouns $relation 3>> - <<if $relation.mother == $activeSlave.ID || $relation.father == $activeSlave.ID>> - <<set $relationType = _daughter3>> - <<elseif $activeSlave.mother == $relation.ID>> - <<set $relationType = "mother">> - <<elseif $activeSlave.father == $relation.ID>> - <<set $relationType = "father">> - <<else>> - <<switch areSisters($activeSlave, $relation)>> - <<case 1>> - <<set $relationType = "twin">> - <<case 2>> - <<set $relationType = _sister3>> - <<case 3>> - <<set $relationType = "half-<<= _sister3>>">> - <</switch>> - <</if>> - <<set _flag = 110, $partner = "relation">> - <<elseif $familyTesting == 0 && ($activeSlave.relation !== 0) && $target === "FRelation">> - <<set _flag = 110, $partner = "relation">> - <<elseif ($activeSlave.relationship > 0) && $target === "FRelation">> - <<set _flag = 120, $partner = "relationship">> - <<elseif ($activeSlave.rivalry !== 0) && (!isAmputee($activeSlave)) && $target === "FRival">> - <<set _flag = 130, $partner = "rivalry">> - <<else>> - <<set _flag = random(1,100), $partner = "">> - <</if>> - <<if ($target === "FRival" && $partner != "rivalry") || ($target === "FRelation" && !["relation", "relationship"].includes($partner))>> - <<continue>> - <</if>> - - <<setLocalPronouns $activeSlave>> - - <<= primeSlave($activeSlave, _seed)>> - - <<if ($partner == "rivalry" && $target === "FRival")>> - <<set _partnerSlave = getSlave($activeSlave.rivalryTarget)>> - <<setLocalPronouns _partnerSlave 2>> - <<if ndef _partnerSlave>> - <<goto "Main">> - <</if>> - - <<= rivalSlave($activeSlave, _seed)>> - - <<elseif ($partner == "relationship") && ($activeSlave.relationship >= 3) && ($activeSlave.releaseRules !== "restrictive") && ($activeSlave.releaseRules !== "masturbation") && ($activeSlave.releaseRules !== "chastity") && $target === "FRelation">>/* lumping relation and lovers */ - - <<= loverSlave($activeSlave)>> - - <<elseif (($partner == "relationship") || ($partner == "relation")) && $target === "FRelation">> - - <<= relatedSlave($activeSlave)>> - - <<elseif ($activeSlave.fuckdoll == 0) && $target === "FBoobs">> - - <<= boobWatch($activeSlave)>> - - <<elseif $target === "FButt">> - - <<= buttWatch($activeSlave)>> - - <<elseif $target === "FVagina">> - - <<= vaginaWatch($activeSlave)>> - <<= dickWatch($activeSlave)>> - <<= bellyWatch($activeSlave)>> - - <<elseif $target === "FAnus">> - - <<= anusWatch($activeSlave)>> - - <<elseif $target === "FLips">> - - <<= lipWatch($activeSlave)>> - - <<else>> - - <<set $target = "">> - - <</if>> - - <<if $activeSlave.fuckdoll == 0>> - <<if $target === "FButt" && ($activeSlave.chastityAnus)>> - //If you wish to have anal intercourse with $him you must order $him to remove $his chastity belt.// - <span id="walkpast"><<link "Grope $his rear instead">><<replace "#walk">><<include $target>><</replace>><</link>></span> - <<elseif $target === "FVagina" && ($activeSlave.chastityVagina)>> - //If you wish to have vanilla intercourse with $him you must order $him to remove $his chastity belt.// - <<elseif _flag > 100>> - <<if $familyTesting == 1 && _flag == 110>> - /* No content yet */ - <<elseif ["FRival", "FRelation"].includes($target)>> - <span id="walkpast"><<link "Summon them both">><<replace "#walk">><<include $target>><</replace>><</link>></span> - <</if>> - <<elseif $activeSlave.assignment == "stay confined">> - <span id="walkpast"><<link "Have $him brought out of $his cell">><<replace "#walk">><<include $target>><</replace>><</link>></span> - <<elseif ($activeSlave.assignment == "work in the dairy") && ($dairyRestraintsSetting > 1)>> - //$He is strapped into a milking machine and cannot leave $dairyName.// - <<else>> - <<switch $activeSlave.assignment>> - <<case "be your agent" "live with your agent" "work in the dairy" "work in the brothel" "serve in the club" "work as a servant" "serve in the master suite" "stay confined" "be confined in the cellblock" "be confined in the arcade" "work a glory hole" "be the Madam" "be your Concubine" "be the Wardeness" "live with your Head Girl" "be the Stewardess" "be the Schoolteacher" "be the Attendant" "be the DJ" "be the Milkmaid">> - <span id="walkpast"><<link "Have $him take a break and come up">><<replace "#walk">><<include $target>><</replace>><</link>></span> - <<default>> - <span id="walkpast"><<link "Call $him over">><<replace "#walk">><<include $target>><</replace>><</link>></span> - <</switch>> - <</if>> - <<else>> - <<switch $target>> - <<case "FVagina">> - <span id="walkpast"><<link "Fuck $him">><<replace "#walk">><<FFuckdollVaginal>><</replace>><</link>></span> - <<case "FButt" "FAnus">> - <span id="walkpast"><<link "Fuck $him">><<replace "#walk">><<FFuckdollAnal>><</replace>><</link>></span> - <<default>> - <span id="walkpast"><<link "Fuck $him">><<replace "#walk">><<FFuckdollOral>><</replace>><</link>></span> - <</switch>> - <</if>> - <<if $target != _target>> - <<set $target = _target>> - <</if>> - <</capture>> + <<= walkPast($slaves[_i], "fixed")>> + <<if $target != _target>> + <<set $target = _target>> + <</if>> <br><br> <</for>>