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

slave slave scenes

parent 14ef95f1
No related branches found
No related tags found
No related merge requests found
......@@ -2,29 +2,31 @@
<<set $nextButton = "Back", $nextLink = "Slave Interact", $slaverapistx = 0>>
//Select a slave that will ride $activeSlave.slaveName.//
<p class="scene-intro">
Select a slave that will ride $activeSlave.slaveName.
</p>
<br><br>
__Select an eligible slave:__
<br>
<h2>Select an eligible slave</h2>
<<set _eligibles = $slaves.filter((s) => (s.ID != $activeSlave.ID) && isSlaveAvailable(s) && canDoVaginal(s) && canWalk(s) /* amp-amp scene is not written */)>>
<<for _i = 0; _i < _eligibles.length; _i++>>
<<set _name = SlaveFullName(_eligibles[_i])>>
<br><<print "[[_name|FSlaveSlaveDick Consummate][$slaverapistx = _eligibles[" + _i + "]]]">>
<<if _eligibles[_i].custom.label>> (@@.yellow;''<<print _eligibles[_i].custom.label>>''@@)<</if>>
<<if (canImpreg(_eligibles[_i], $activeSlave))>>
@@.green;Fertile@@
<</if>>
<<if $familyTesting == 1 && totalRelatives($activeSlave) > 0>>
<<set _relTerm = relativeTerm($activeSlave, _eligibles[_i])>>
<<if _relTerm != null>>
@@.lightgreen;<<= capFirstChar(_relTerm)>>@@
<div>
<<set _name = SlaveFullName(_eligibles[_i])>>
<<print "[[_name|FSlaveSlaveDick Consummate][$slaverapistx = _eligibles[" + _i + "]]]">>
<<if _eligibles[_i].custom.label>> (@@.yellow;''<<print _eligibles[_i].custom.label>>''@@)<</if>>
<<if (canImpreg(_eligibles[_i], $activeSlave))>>
@@.green;Fertile@@
<</if>>
<</if>> /* closes extended family mode */
<<if $familyTesting == 1 && totalRelatives($activeSlave) > 0>>
<<set _relTerm = relativeTerm($activeSlave, _eligibles[_i])>>
<<if _relTerm != null>>
@@.lightgreen;<<= capFirstChar(_relTerm)>>@@
<</if>>
<</if>> /* closes extended family mode */
</div>
<</for>>
<<if (_eligibles.length === 0)>>
<br>//You have no slaves capable of this act.//
<div class="note>
You have no slaves capable of this act.
</div>
<</if>>
......@@ -2,29 +2,32 @@
<<set $nextButton = "Back", $nextLink = "Slave Interact", $slaverapistx = 0>>
//Select a slave that will fuck $activeSlave.slaveName.//
<p class="scene-intro">
Select a slave that will fuck $activeSlave.slaveName.
</p>
<br><br>
<h2>Select an eligible slave</h2>
__Select an eligible slave:__
<br>
<<set _eligibles = $slaves.filter((s) => (s.ID != $activeSlave.ID) && isSlaveAvailable(s) && (canPenetrate(s) || s.clit >= 4))>>
<<for _i = 0; _i < _eligibles.length; _i++>>
<<set _name = SlaveFullName(_eligibles[_i])>>
<br><<print "[[_name|FSlaveSlaveVag Consummate][$slaverapistx = _eligibles[" + _i + "]]]">>
<<if _eligibles[_i].custom.label>> (@@.yellow;''<<print _eligibles[_i].custom.label>>''@@)<</if>>
<<if (canImpreg($activeSlave, _eligibles[_i]))>>
@@.green;Virile@@
<</if>>
<<if $familyTesting == 1 && totalRelatives($activeSlave) > 0>>
<<set _relTerm = relativeTerm($activeSlave, _eligibles[_i])>>
<<if _relTerm != null>>
@@.lightgreen;<<= capFirstChar(_relTerm)>>@@
<div>
<<set _name = SlaveFullName(_eligibles[_i])>>
<<print "[[_name|FSlaveSlaveVag Consummate][$slaverapistx = _eligibles[" + _i + "]]]">>
<<if _eligibles[_i].custom.label>> (@@.yellow;''<<print _eligibles[_i].custom.label>>''@@)<</if>>
<<if (canImpreg($activeSlave, _eligibles[_i]))>>
@@.green;Virile@@
<</if>>
<</if>> /* closes extended family mode */
<<if $familyTesting == 1 && totalRelatives($activeSlave) > 0>>
<<set _relTerm = relativeTerm($activeSlave, _eligibles[_i])>>
<<if _relTerm != null>>
@@.lightgreen;<<= capFirstChar(_relTerm)>>@@
<</if>>
<</if>> /* closes extended family mode */
</div>
<</for>>
<<if (_eligibles.length === 0)>>
<br>//You have no slaves capable of this act.//
<div class="note">
You have no slaves capable of this act.
</div>
<</if>>
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