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

fix as slave swap

parent 3e24de5d
No related branches found
No related tags found
1 merge request!7917fix as slave swap
:: Slave Slave Swap Workaround [nobr] :: Slave Slave Swap Workaround [nobr]
<<set $nextButton = "Abort Operation", $nextLink = "Main">> <<set $nextButton = "Abort Operation", $nextLink = "Main">>
<<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>>
The surgeon awaits the pair of slaves to be strapped into the surgery. So far only $activeSlave.slaveName is prepped: The surgeon awaits the pair of slaves to be strapped into the surgery. So far only <<= getSlave($AS).slaveName>> is prepped:
<br> <br>
//Select the slave who will be trading bodies with $him. This operation will cost <<print cashFormat(10000)>>.// //Select the slave who will be trading bodies with $him. This operation will cost <<print cashFormat(10000)>>.//
...@@ -13,7 +12,7 @@ __Select an eligible slave:__ ...@@ -13,7 +12,7 @@ __Select an eligible slave:__
<<capture _i>> <<capture _i>>
<<if isSlaveAvailable($slaves[_i])>> <<if isSlaveAvailable($slaves[_i])>>
<<if $slaves[_i].fuckdoll == 0>> <<if $slaves[_i].fuckdoll == 0>>
<<if ($slaves[_i].ID != $activeSlave.ID)>> <<if ($slaves[_i].ID != $AS)>>
<<set _name = SlaveFullName($slaves[_i])>> <<set _name = SlaveFullName($slaves[_i])>>
<br>[[_name|Slave Slave Swap][$swappingSlave = $slaves[_i], cashX(-10000, "slaveSurgery", $slaves[_i])]] <br>[[_name|Slave Slave Swap][$swappingSlave = $slaves[_i], cashX(-10000, "slaveSurgery", $slaves[_i])]]
<</if>> <</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