Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
e490141b
Commit
e490141b
authored
5 years ago
by
lowercasedonkey
Browse files
Options
Downloads
Patches
Plain Diff
Add walkPast list to aid testing
parent
dba00b51
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/uncategorized/main.tw
+3
-0
3 additions, 0 deletions
src/uncategorized/main.tw
src/uncategorized/walkPast.tw
+1
-0
1 addition, 0 deletions
src/uncategorized/walkPast.tw
src/uncategorized/walkPastList.tw
+27
-0
27 additions, 0 deletions
src/uncategorized/walkPastList.tw
with
31 additions
and
0 deletions
src/uncategorized/main.tw
+
3
−
0
View file @
e490141b
...
@@ -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>>
This diff is collapsed.
Click to expand it.
src/uncategorized/walkPast.tw
+
1
−
0
View file @
e490141b
...
@@ -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>>
...
...
This diff is collapsed.
Click to expand it.
src/uncategorized/walkPastList.tw
0 → 100644
+
27
−
0
View file @
e490141b
:: 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment