diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index 381134ed64f378cc44a825d4c29ab84be4eeb425..b1436a69b96244481920253a01f7c03af1e1eaa4 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -10,13 +10,6 @@ Allows for dynamic updating of the next button in the storyCaption (left side-ba <<replace "#nextButton">> <<userButton>> <</replace>> <</widget>> -/% -Call as <<SlaveInteractImpreg>> -%/ -<<widget "SlaveInteractImpreg">> - <<run SlaveInteractBloating($activeSlave)>> -<</widget>> - /% Call as <<SlaveInteractDrugs>> %/ @@ -212,105 +205,6 @@ Call as <<SlaveInteractDrugs>> <</replace>> <</widget>> -/% -Call as <<SlaveInteractFertility>> -%/ -<<widget "SlaveInteractFertility">> - <<run SlaveInteractFertility($activeSlave)>> -<</widget>> -/% -Call as <<SlaveInteractSexOption>> -%/ -<<widget "SlaveInteractSexOption">> -<<replace #sexoption>> - <<if ($activeSlave.vagina > -1)>> - <<if canDoVaginal($activeSlave)>> - <<link "Fuck $him">><<replace "#miniscene">><<include "FVagina">><br><</replace>><<SlaveInteractFertility>><</link>> - <<if canDoAnal($activeSlave)>> - | <<link "Use $his holes">><<replace "#miniscene">><<include "FButt">><br> <</replace>><<SlaveInteractFertility>><</link>> - <</if>> - <<if ($activeSlave.bellyPreg >= 300000)>> - | <<link "Fuck $him on $his belly">><<replace "#miniscene">><<include "FBellyFuck">><br> <</replace>><<SlaveInteractFertility>><</link>> - <</if>> - <<if $activeSlave.bellyPreg >= 300000 && $pregInventions >= 1>> - | <<link "Fuck $him in $his maternity swing">><<replace "#miniscene">><<include "FMaternitySwing">><br> <</replace>><<SlaveInteractFertility>><</link>> - <</if>> - <<if $activeSlave.bellyPreg >= 300000 && $pregInventions >= 1>> - | <<link "Fuck $him with the help of $his assistants">><<replace "#miniscene">><<include "FAssistedSex">><br> <</replace>><<SlaveInteractFertility>><</link>> - <</if>> - <<if $activeSlave.bellyPreg >= 300000 && $pregInventions >= 1>> - | <<link "Fuck $him in your goo pool">><<replace "#miniscene">><<include "FPoolSex">><br> <</replace>><<SlaveInteractFertility>><</link>> - <</if>> - <<else>> - //Remove $his chastity belt if you wish to fuck $him// - <</if>> - <</if>> - <<if $activeSlave.bellyPreg >= 300000>> - <<if canDoVaginal($activeSlave) || canDoAnal($activeSlave)>> - | <<link "Fuck $him on $his belly">><<replace "#miniscene">><<include "FBellyFuck">><br> <</replace>><</link>> - <<if $pregInventions >= 1>> - | <<link "Fuck $him in $his maternity swing">><<replace "#miniscene">><<include "FMaternitySwing">><br> <</replace>><</link>> - | <<link "Fuck $him with the help of $his assistants">><<replace "#miniscene">><<include "FAssistedSex">><br> <</replace>><</link>> - | <<link "Fuck $him in your goo pool">><<replace "#miniscene">><<include "FPoolSex">><br> <</replace>><</link>> - <</if>> - <</if>> - <</if>> -<</replace>> -<</widget>> -/% -Call as <<SlaveInteractAnalSexOption>> -%/ -<<widget "SlaveInteractAnalSexOption">> -<<replace #analsexoption>> - <<if canDoAnal($activeSlave)>> - | <<link "Fuck $his ass">><<replace "#miniscene">><<include "FAnus">><br> <</replace>><</link>> - <<else>> - | //Remove $his chastity belt if you wish to fuck $his ass// - <</if>> -<</replace>> -<</widget>> -/% -Call as <<SlaveInteractAnalGropeOption>> -%/ -<<widget "SlaveInteractAnalGropeOption">> -<<replace #analgropeoption>> - <<if canDoAnal($activeSlave)>> - | <<link "Grope $his butt">><<replace "#miniscene">><<include "FondleButt">><br> <</replace>><</link>> - <</if>> -<</replace>> -<</widget>> -/% -Call as <<SlaveInteractGropeOption>> -%/ -<<widget "SlaveInteractGropeOption">> -<<replace #gropeoption>> - <<if ($activeSlave.vagina > -1)>> - <<if canDoVaginal($activeSlave)>> - | <<link "Grope $his pussy">><<replace "#miniscene">><<include "FondleVagina">><br> <</replace>><</link>> - <</if>> - <</if>> -<</replace>> -<</widget>> -/% -Call as <<SlaveInteractDickGropeOption>> -%/ -<<widget "SlaveInteractDickGropeOption">> -<<replace #dickgropeoption>> - <<if ($activeSlave.dick > 0)>> - <<if !($activeSlave.chastityPenis)>> - | <<link "Grope $his dick">><<replace "#miniscene">><<include "FondleDick">><br> <</replace>><</link>> - <<if canPenetrate($activeSlave)>> - <<if $sexualOpeness == 1 || $activeSlave.toyHole == "dick">> - | <<link "Ride $his dick">><<replace "#miniscene">><<include "FDick">><br> <</replace>><</link>> - <</if>> - <</if>> - <<else>> - | //Remove $his dick chastity belt if you wish to play with $his cock// - <</if>> - <</if>> -<</replace>> -<</widget>> - <<widget "Master">><<if def $args[0]>><<run Enunciate($args[0])>><<elseif ndef $titleEnunciate>><<run Enunciate($activeSlave)>><</if>>$titleEnunciate<</widget>> <<widget "say">><<if (def $args[0]) && $sayEnunciate != "lisp">>$args[0]<<else>>$sayEnunciate<</if>><</widget>> <<widget "s">>$sEnunciate<</widget>>