From 2f95622e1ee8ed9729a065de003937aa9ddef7da Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Sun, 17 Feb 2019 21:55:41 -0500 Subject: [PATCH] Show temp clothing changes in an RESS event --- src/uncategorized/RESS.tw | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 2c927d2b557..067b59ffc66 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -20186,6 +20186,17 @@ You tell $him kindly that you understand, and that $he'll be trained to address <</link>> <br><<link "Show $him how much you like $his usual outfit">> <<EventNameDelink $activeSlave>> + <<replace "#artFrame">> + /* 000-250-006 */ + <<if $seeImages == 1>> + <<if $imageChoice == 1>> + <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <<else>> + <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <</if>> + <</if>> + /* 000-250-006 */ + <</replace>> <<replace "#result">> You tell $him to go get dressed as usual. $His face falls a little, but there was no condemnation in your tone, and $he hurries off, <<if $activeSlave.dick > 6>> @@ -20362,6 +20373,19 @@ You tell $him kindly that you understand, and that $he'll be trained to address <</link>> <br><<link "Put $him in a string bikini">> <<EventNameDelink $activeSlave>> + <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "a string bikini">> + <<replace "#artFrame">> + /* 000-250-006 */ + <<if $seeImages == 1>> + <<if $imageChoice == 1>> + <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <<else>> + <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <</if>> + <</if>> + /* 000-250-006 */ + <</replace>> + <<set $activeSlave.clothes = _clothesTemp>> <<replace "#result">> You tell $him that the wardrobe's sorting system will present $him with a new outfit, just for today. $He's to go try it on and come right back, to see how it fits. "Thank<<s>>, <<Master>>!" $he <<say>>s brightly, and hurries off to see what's in store for $him. $He might be a slave and a $desc but girls everywhere love trying on new clothes. $He makes an entrance when $he comes back, spinning around to show off. $He's wearing the briefest possible string bikini. The top, rather than having patches of material to cover $his nipples, forms a string triangle around them, framing them but not covering them. The bottom is a single string in front, <<if $activeSlave.dick>>which looks rather sad and alone, pushed aside by $his dick as it is<<elseif $activeSlave.labia>>and it's embraced completely by $his generous pussylips<<else>>and it threatens to disappear inside $his pussylips<</if>>. "Thi<<s>> feel<<s>> <<s>>o hot, <<Master>>," $he <<say>>s, and <<if $activeSlave.fetishKnown && $activeSlave.fetish == "humiliation">> @@ -20395,6 +20419,19 @@ You tell $him kindly that you understand, and that $he'll be trained to address <</link>> <br><<link "Force uncomfortable straps on $him">> <<EventNameDelink $activeSlave>> + <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "uncomfortable straps">> + <<replace "#artFrame">> + /* 000-250-006 */ + <<if $seeImages == 1>> + <<if $imageChoice == 1>> + <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <<else>> + <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <</if>> + <</if>> + /* 000-250-006 */ + <</replace>> + <<set $activeSlave.clothes = _clothesTemp>> <<replace "#result">> You tell $him that the wardrobe's sorting system will present $him with a new outfit, just for today. $He's to go try it on and come right back, to see how it fits. "Thanks, <<Master>>!" $he <<say>>s brightly, and hurries off to see what's in store for $him. $He might be a slave and a $desc but girls everywhere love trying on new clothes. $He's wrong to be so enthusiastic. $He comes obediently back, wearing a set of cruelly uncomfortable leather straps in the general shape of a bikini, but much tighter and more restrictive. It isn't at all what $he was expecting, but $he did $his best to obey. $He's @@.gold;tightened $his own straps down@@ until they're just short of cutting off circulation, in an obvious effort to please you. You ask $him how $he likes $his outfit. "It'<<s>> ni<<c>>e, <<Master>>," $he <<say>>s, but $he sounds a little sad. <<if $activeSlave.fetishKnown && $activeSlave.fetish == "humiliation">> -- GitLab