Skip to content
Snippets Groups Projects
Commit e490141b authored by lowercasedonkey's avatar lowercasedonkey
Browse files

Add walkPast list to aid testing

parent dba00b51
No related branches found
No related tags found
No related merge requests found
...@@ -194,3 +194,6 @@ __''MAIN MENU''__    //[[Summary Options]]// ...@@ -194,3 +194,6 @@ __''MAIN MENU''__    //[[Summary Options]]//
<<if $activeSlave && ($activeSlave.assignment != "please you") && ($activeSlave.assignment != "guard you")>> <<if $activeSlave && ($activeSlave.assignment != "please you") && ($activeSlave.assignment != "guard you")>>
<br>//<span id="walk"><<include "Walk Past">></span>// <br>//<span id="walk"><<include "Walk Past">></span>//
<</if>> <</if>>
<<if ($debugMode == 1)>>
//| [[Show all walk past scenes|Walk Past List]]//
<</if>>
...@@ -3131,6 +3131,7 @@ ...@@ -3131,6 +3131,7 @@
//If you wish to have vanilla intercourse with $him you must order $him to remove $his chastity belt.// //If you wish to have vanilla intercourse with $him you must order $him to remove $his chastity belt.//
<<elseif _flag > 100>> <<elseif _flag > 100>>
<<if $familyTesting == 1 && _flag == 110>> <<if $familyTesting == 1 && _flag == 110>>
//Calling them up would be incestuous//
<<else>> <<else>>
<span id="walkpast"><<link "Summon them both">><<replace "#walk">><<include $target>><</replace>><</link>></span> <span id="walkpast"><<link "Summon them both">><<replace "#walk">><<include $target>><</replace>><</link>></span>
<</if>> <</if>>
......
:: Walk Past List [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main">>
//For testing purposes only, this page lists or can produce all of the "walk past" scenes.//<br>
<br>
//<span id="walk">No scene has been selected yet.</span>//
<br>
<h2>Choose target</h2>
Target: <span id="target">$target</span><br>
<<link "Rival">><<set $target = "FRival">><<replace #target>>$target<</replace>><</link>><br>
<<link "Relation">><<set $target = "FRelation">><<replace #target>>$target<</replace>><</link>> //(Will not work for all slaves)//<br>
<<link "Boobs">><<set $target = "FBoobs">><<replace #target>>$target<</replace>><</link>><br>
<<link "Butt">><<set $target = "FButt">><<replace #target>>$target<</replace>><</link>><br>
<<link "Fondle Butt">><<set $target = "FondleButt">><<replace #target>>$target<</replace>><</link>><br>
<<link "Anus">><<set $target = "FAnus">><<replace #target>>$target<</replace>><</link>><br>
<<link "Kiss">><<set $target = "FKiss">><<replace #target>>$target<</replace>><</link>><br>
<h2>Walk Past List</h2>
<<for _i = 0; _i < $slaves.length; _i++>>
<<set $activeSlave = $slaves[_i]>>
<<capture $activeSlave>>
//<<include "Walk Past">>//
<</capture>>
<br><br>
<</for>>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment