diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw index 9ab44781f47a10ca243eb20d2ef0ea32da7917d9..f311ef666d9c164d6266bcd775128fbb087e709c 100644 --- a/src/uncategorized/salon.tw +++ b/src/uncategorized/salon.tw @@ -358,29 +358,9 @@ /* MAKEUP */ <br><br> -<<if $activeSlave.makeup == 1>> - $pronounCap's wearing minimal makeup. -<<elseif $activeSlave.makeup == 2>> - $pronounCap's wearing expensive, luxurious makeup. -<<elseif $activeSlave.makeup == 3>> - $possessiveCap makeup is color-coordinated with $possessive $activeSlave.hColor hair. -<<elseif $activeSlave.makeup == 4>> - $pronounCap's wearing stereotypical, garish streetwalker makeup. -<<elseif $activeSlave.makeup == 5>> - $pronounCap's wearing eye-catching neon makeup. -<<elseif $activeSlave.makeup == 6>> - $possessiveCap neon makeup is color-coordinated with $possessive $activeSlave.hColor hair. -<<elseif $activeSlave.makeup == 7>> - $pronounCap's wearing expensive, metallic makeup. -<<elseif $activeSlave.makeup == 8>> - $possessiveCap metallic makeup is color-coordinated with $possessive $activeSlave.hColor hair. -<<elseif $activeSlave.lipsTat == "permanent makeup">> - $possessiveCap face appears to bear very heavy, slutty makeup, but on closer inspection, the makeup is actually tattooed on. -<<else>> - $possessiveCap face is makeup-free. -<</if>> +<<makeupDescription>> <<if $activeSlave.makeup > 0>> - [[ Remove|Salon][$activeSlave.makeup = 0,$cash -= $modCost]] + [[Remove|Salon][$activeSlave.makeup = 0,$cash -= $modCost]] <</if>> <br> @@ -400,29 +380,7 @@ Apply makeup: /* NAILS */ <br><br> -<<if $activeSlave.amp == 1>> - $pronounCap has no hands, and thus, no nails. -<<elseif $activeSlave.nails == 1>> - $possessiveCap nails are long and elegant. -<<elseif $activeSlave.nails == 2>> - $possessiveCap nails are color-coordinated with $possessive $activeSlave.hColor hair. -<<elseif $activeSlave.nails == 3>> - $possessiveCap nails are sharp and claw-like. -<<elseif $activeSlave.nails == 4>> - $possessiveCap nails are bright and glittery. -<<elseif $activeSlave.nails == 5>> - $possessiveCap nails are long and garish, streetwalker-style. -<<elseif $activeSlave.nails == 6>> - $possessiveCap nails are vivid and eye-catching. -<<elseif $activeSlave.nails == 7>> - $possessiveCap nails are vivid, eye-catching and color-coordinated with $possessive $activeSlave.hColor hair. -<<elseif $activeSlave.nails == 8>> - $possessiveCap nails are shiny and metallic. -<<elseif $activeSlave.nails == 9>> - $possessiveCap nails are shiny, metallic and color-coordinated with $possessive $activeSlave.hColor hair. -<<else>> - $possessiveCap nails are neatly clipped. -<</if>> +<<nailsDescription>> <<if $activeSlave.amp != 1>> <br> diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw index 687bcfadfae53bab223b04421cc0635b631da568..782f65f9739315e0cb73fbddf4a98980158968bd 100644 --- a/src/utility/descriptionWidgetsStyle.tw +++ b/src/utility/descriptionWidgetsStyle.tw @@ -153,7 +153,7 @@ $activeSlave.slaveName is <<else>> The lingerie is $activeSlave.hColor to match $possessive hair, <</if>> - and + and $pronoun's wearing <<footwearDescription>> <</if>> @@ -173,7 +173,7 @@ $activeSlave.slaveName is <<else>> The lingerie is $activeSlave.hColor to match $possessive hair, <</if>> - and + and $pronoun's wearing <<footwearDescription>> <<else>> <<if ($activeSlave.vagina == 0)>> @@ -669,7 +669,8 @@ $possessiveCap <<widget "HairClothingDescription">> <<if $activeSlave.fuckdoll == 0>> -<<if $activeSlave.hStyle == "neat">> +<<switch $activeSlave.hStyle>> +<<case "neat">> <<if $activeSlave.hLength > 100>> <<switch $activeSlave.clothes>> <<case "chains">> @@ -827,7 +828,7 @@ $possessiveCap is neatly brushed. <</switch>> <</if>> -<<elseif $activeSlave.hStyle == "up">> +<<case "up">> <<if $activeSlave.hLength > 100>> <<switch $activeSlave.clothes>> <<case "chains">> @@ -951,7 +952,7 @@ $possessiveCap is combed back. <</switch>> <</if>> -<<elseif $activeSlave.hStyle == "tails">> +<<case "tails">> <<if $activeSlave.hLength > 100>> <<switch $activeSlave.clothes>> <<case "conservative clothing">> @@ -1123,7 +1124,7 @@ $possessiveCap <<else>> is too short to be kept in proper tails, so it's simply combed back. <</if>> -<<elseif $activeSlave.hStyle == "ponytail">> +<<case "ponytail">> <<if $activeSlave.hLength > 100>> <<switch $activeSlave.clothes>> <<case "conservative clothing">> @@ -1295,7 +1296,7 @@ $possessiveCap <<else>> is too short to be kept in a proper ponytail, so it's simply combed back. <</if>> -<<elseif $activeSlave.hStyle == "braided">> +<<case "braided">> <<if $activeSlave.hLength > 100>> <<switch $activeSlave.clothes>> <<case "conservative clothing">> @@ -1455,7 +1456,7 @@ $possessiveCap <<else>> is too short to be kept in proper braids, so it's simply combed back. <</if>> -<<elseif $activeSlave.hStyle == "dreadlocks">> +<<case "dreadlocks">> <<if $activeSlave.hLength > 100>> <<switch $activeSlave.clothes>> <<case "conservative clothing">> @@ -1619,7 +1620,7 @@ $possessiveCap <<else>> is too short to be kept in proper dreadlocks, so it's simply combed back. <</if>> -<<elseif $activeSlave.hStyle == "curled">> +<<case "curled">> <<if $activeSlave.hLength > 100>> <<switch $activeSlave.clothes>> <<case "conservative clothing">> @@ -1779,7 +1780,7 @@ $possessiveCap <<else>> is in short curls. <</if>> -<<elseif $activeSlave.hStyle == "permed">> +<<case "permed">> <<if $activeSlave.hLength > 100>> <<switch $activeSlave.clothes>> <<case "conservative clothing">> @@ -1939,7 +1940,7 @@ $possessiveCap <<else>> is permed into short curls. <</if>> -<<elseif $activeSlave.hStyle == "luxurious">> +<<case "luxurious">> <<if $activeSlave.hLength > 100>> <<switch $activeSlave.clothes>> <<case "chains">> @@ -2079,7 +2080,7 @@ $possessiveCap is luxuriously styled and layered. <</switch>> <</if>> -<<elseif $activeSlave.hStyle == "strip">> +<<case "strip">> <<if $activeSlave.hLength > 100>> <<switch $activeSlave.clothes>> <<case "chains" "uncomfortable straps" "restrictive latex" "shibari ropes" "a latex catsuit">> @@ -2178,7 +2179,7 @@ $possessiveCap <<else>> is shaved into a mohawk. <</if>> -<</if>> +<</switch>> <</if>> <</widget>> @@ -2227,6 +2228,7 @@ $possessiveCap <<elseif $activeSlave.makeup == 8>> $possessiveCap metallic makeup is color-coordinated with $possessive $activeSlave.hColor hair. <<elseif $activeSlave.lipsTat == "permanent makeup">> + $possessiveCap face appears to bear very heavy, slutty makeup, but on closer inspection, the makeup is actually tattooed on. <<else>> $possessiveCap face is makeup-free. <</if>> @@ -2438,1436 +2440,1482 @@ $possessiveCap <<if ($activeSlave.amp != 1)>> <<switch $activeSlave.clothes>> <<case "conservative clothing">> - <<if ($activeSlave.shoes == "flats")>> - a pair of comfortable sandals. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of comfortable sandals with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of comfortable sandals with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of nice leather boots. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of comfortable heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of comfortable heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of comfortable heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of comfortable pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of comfortable pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of comfortable pumps with long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of daringly high heels. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of long stockings. - <<else>> - nothing on $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of comfortable sandals. + <<case "flats with short stockings">> + a pair of comfortable sandals with short stockings. + <<case "flats with long stockings">> + a pair of comfortable sandals with long stockings. + <<case "boots">> + a pair of nice leather boots. + <<case "heels">> + a pair of comfortable heels. + <<case "heels with short stockings">> + a pair of comfortable heels with short stockings. + <<case "heels with long stockings">> + a pair of comfortable heels with long stockings. + <<case "pumps">> + a pair of comfortable pumps. + <<case "pumps with short stockings">> + a pair of comfortable pumps with short stockings. + <<case "pumps with long stockings">> + a pair of comfortable pumps with long stockings. + <<case "extreme heels">> + a pair of daringly high heels. + <<case "short stockings">> + a pair of short stockings. + <<case "long stockings">> + a pair of long stockings. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "chains">> - <<if ($activeSlave.shoes == "flats")>> - buckled sandals that incorporate shackles at each ankle. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - buckled sandals with short stockings that incorporate shackles at each ankle. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - buckled sandals with long stockings that incorporate shackles at each ankle. - <<elseif ($activeSlave.shoes == "boots")>> - utility boots with a shackle at each ankle. - <<elseif ($activeSlave.shoes == "heels")>> - sturdy heels, secured by metal buckles, with shackles at each ankle.' - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - sturdy heels with short stockings, secured by metal buckles, with shackles at each ankle. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - sturdy heels with long stockings, secured by metal buckles, with shackles at each ankle. - <<elseif ($activeSlave.shoes == "pumps")>> - stout pumps, secured with a tight chain that winds around each ankle. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - stout pumps, secured with a tight chain that winds around each ankle. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - stout pumps, secured with a tight chain that winds around each ankle. - <<elseif ($activeSlave.shoes == "short stockings")>> - short stockings, wrapped in chains. - <<elseif ($activeSlave.shoes == "long stockings")>> - long stockings, wrapped in chains. - <<elseif ($activeSlave.shoes == "extreme heels")>> - painfully high metal heels, secured by buckles, with shackles at each ankle. - <<else>> - nothing. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + buckled sandals that incorporate shackles at each ankle. + <<case "flats with short stockings">> + buckled sandals with short stockings that incorporate shackles at each ankle. + <<case "flats with long stockings">> + buckled sandals with long stockings that incorporate shackles at each ankle. + <<case "boots">> + utility boots with a shackle at each ankle. + <<case "heels">> + sturdy heels, secured by metal buckles, with shackles at each ankle.' + <<case "heels with short stockings">> + sturdy heels with short stockings, secured by metal buckles, with shackles at each ankle. + <<case "heels with long stockings">> + sturdy heels with long stockings, secured by metal buckles, with shackles at each ankle. + <<case "pumps">> + stout pumps, secured with a tight chain that winds around each ankle. + <<case "pumps with short stockings">> + stout pumps, secured with a tight chain that winds around each ankle. + <<case "pumps with long stockings">> + stout pumps, secured with a tight chain that winds around each ankle. + <<case "short stockings">> + short stockings, wrapped in chains. + <<case "long stockings">> + long stockings, wrapped in chains. + <<case "extreme heels">> + painfully high metal heels, secured by buckles, with shackles at each ankle. + <<default>> + nothing. + <</switch>> <<case "Western clothing">> - <<if ($activeSlave.shoes == "flats")>> - soft leather moccasins. - <<elseif ($activeSlave.shoes == "flats with short leather stockings")>> - short stockings with soft leather moccasins. - <<elseif ($activeSlave.shoes == "flats with long leather stockings")>> - long stockings with soft leather moccasins. - <<elseif ($activeSlave.shoes == "boots")>> - tooled leather cowboy boots. - <<elseif ($activeSlave.shoes == "heels")>> - high-heeled cowboy boots. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - high-heeled cowboy boots with short leather stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - high-heeled cowboy boots with long leather stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - pump-shaped cowboy boots. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - pump-shaped cowboy boots with short leather stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - pump-shaped cowboy boots with long leather stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - short leather stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - long leather stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - thigh-high tooled leather cowboy boots with dangerously high heels. - <<else>> - bare cowpoke feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + soft leather moccasins. + <<case "flats with short leather stockings">> + short stockings with soft leather moccasins. + <<case "flats with long leather stockings">> + long stockings with soft leather moccasins. + <<case "boots">> + tooled leather cowboy boots. + <<case "heels">> + high-heeled cowboy boots. + <<case "heels with short stockings">> + high-heeled cowboy boots with short leather stockings. + <<case "heels with long stockings">> + high-heeled cowboy boots with long leather stockings. + <<case "pumps">> + pump-shaped cowboy boots. + <<case "pumps with short stockings">> + pump-shaped cowboy boots with short leather stockings. + <<case "pumps with long stockings">> + pump-shaped cowboy boots with long leather stockings. + <<case "short stockings">> + short leather stockings. + <<case "long stockings">> + long leather stockings. + <<case "extreme heels">> + thigh-high tooled leather cowboy boots with dangerously high heels. + <<default>> + bare cowpoke feet. + <</switch>> <<case "body oil">> - <<if ($activeSlave.shoes == "flats")>> - a pair of trainers ready for a workout. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of trainers and short athletic stockings ready for a workout. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of trainers and long athletic stockings ready for a workout. - <<elseif ($activeSlave.shoes == "boots")>> - thigh-high stripper boots, since they're $possessive only way to dress up. - <<elseif ($activeSlave.shoes == "heels")>> - heeled trainers, to look athletic and sexy at the same time. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - heeled trainers with short stockings, to look athletic and sexy at the same time. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - heeled trainers with long stockings, to look athletic and sexy at the same time. - <<elseif ($activeSlave.shoes == "pumps")>> - pump-shaped trainers, for a slutty athletic look. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - pump-shaped trainers with short stockings, for a slutty athletic look. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - pump-shaped trainers with long stockings, for a slutty athletic look. - <<elseif ($activeSlave.shoes == "short stockings")>> - short, sexy, and athletic stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - long, sexy, and athletic stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - ankle-supporting high heels to force $possessive as high as possible without damage. - <<else>> - nothing but a fine layer of oil on the tops of $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of trainers ready for a workout. + <<case "flats with short stockings">> + a pair of trainers and short athletic stockings ready for a workout. + <<case "flats with long stockings">> + a pair of trainers and long athletic stockings ready for a workout. + <<case "boots">> + thigh-high stripper boots, since they're $possessive only way to dress up. + <<case "heels">> + heeled trainers, to look athletic and sexy at the same time. + <<case "heels with short stockings">> + heeled trainers with short stockings, to look athletic and sexy at the same time. + <<case "heels with long stockings">> + heeled trainers with long stockings, to look athletic and sexy at the same time. + <<case "pumps">> + pump-shaped trainers, for a slutty athletic look. + <<case "pumps with short stockings">> + pump-shaped trainers with short stockings, for a slutty athletic look. + <<case "pumps with long stockings">> + pump-shaped trainers with long stockings, for a slutty athletic look. + <<case "short stockings">> + short, sexy, and athletic stockings. + <<case "long stockings">> + long, sexy, and athletic stockings. + <<case "extreme heels">> + ankle-supporting high heels to force $possessive as high as possible without damage. + <<default>> + nothing but a fine layer of oil on the tops of $possessive bare feet. + <</switch>> <<case "a toga">> - <<if ($activeSlave.shoes == "flats")>> - a pair of leather sandals with a mirror image of the words "FUCK ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of leather sandals and short stockings with a mirror image of the words "FUCK ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of leather sandals and long stockings with a mirror image of the words "FUCK ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. - <<elseif ($activeSlave.shoes == "boots")>> - high leather boot sandals that remain comfortable after walking 25 miles in one day. - <<elseif ($activeSlave.shoes == "heels")>> - heeled sandals with a mirror image of the words "POUND ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - heeled sandals and short stockings with a mirror image of the words "POUND ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - heeled sandals and long stockings with a mirror image of the words "POUND ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. - <<elseif ($activeSlave.shoes == "pumps")>> - pump-like sandals with a mirror image of the words "BREED ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - pump-like sandals and short stockings with a mirror image of the words "BREED ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - pump-like sandals and long stockings with a mirror image of the words "BREED ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. - <<elseif ($activeSlave.shoes == "short stockings")>> - short leather stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - long leather stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - platform heels with a mirror image of the words "FUCK ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. - <<else>> - bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of leather sandals with a mirror image of the words "FUCK ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. + <<case "flats with short stockings">> + a pair of leather sandals and short stockings with a mirror image of the words "FUCK ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. + <<case "flats with long stockings">> + a pair of leather sandals and long stockings with a mirror image of the words "FUCK ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. + <<case "boots">> + high leather boot sandals that remain comfortable after walking 25 miles in one day. + <<case "heels">> + heeled sandals with a mirror image of the words "POUND ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. + <<case "heels with short stockings">> + heeled sandals and short stockings with a mirror image of the words "POUND ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. + <<case "heels with long stockings">> + heeled sandals and long stockings with a mirror image of the words "POUND ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. + <<case "pumps">> + pump-like sandals with a mirror image of the words "BREED ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. + <<case "pumps with short stockings">> + pump-like sandals and short stockings with a mirror image of the words "BREED ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. + <<case "pumps with long stockings">> + pump-like sandals and long stockings with a mirror image of the words "BREED ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. + <<case "short stockings">> + short leather stockings. + <<case "long stockings">> + long leather stockings. + <<case "extreme heels">> + platform heels with a mirror image of the words "FUCK ME" embossed into the soles, so that if $pronoun walks on sand the message will be visible in $possessive footprints. + <<default>> + bare feet. + <</switch>> <<case "a huipil">> - <<if ($activeSlave.shoes == "flats")>> - little leather sandals. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - little leather sandals with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - little leather sandals with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - high leather boots with thin rope laces and wooden heels. - <<elseif ($activeSlave.shoes == "heels")>> - beautiful wood and leather stilettos with an ornamented heel. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - beautiful wood and leather stilettos with short stockings and an ornamented heel. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - beautiful wood and leather stilettos with long stockings and an ornamented heel. - <<elseif ($activeSlave.shoes == "pumps")>> - beautiful wood and leather pumps with an ornamented heel. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - beautiful wood and leather pumps with short stockings and an ornamented heel. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - beautiful wood and leather pumps with long stockings and an ornamented heel. - <<elseif ($activeSlave.shoes == "short stockings")>> - beautifully colored short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - beautifully colored long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - high wooden heels with leather straps. - <<else>> - bare feet with a small ankle chain. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + little leather sandals. + <<case "flats with short stockings">> + little leather sandals with short stockings. + <<case "flats with long stockings">> + little leather sandals with long stockings. + <<case "boots">> + high leather boots with thin rope laces and wooden heels. + <<case "heels">> + beautiful wood and leather stilettos with an ornamented heel. + <<case "heels with short stockings">> + beautiful wood and leather stilettos with short stockings and an ornamented heel. + <<case "heels with long stockings">> + beautiful wood and leather stilettos with long stockings and an ornamented heel. + <<case "pumps">> + beautiful wood and leather pumps with an ornamented heel. + <<case "pumps with short stockings">> + beautiful wood and leather pumps with short stockings and an ornamented heel. + <<case "pumps with long stockings">> + beautiful wood and leather pumps with long stockings and an ornamented heel. + <<case "short stockings">> + beautifully colored short stockings. + <<case "long stockings">> + beautifully colored long stockings. + <<case "extreme heels">> + high wooden heels with leather straps. + <<default>> + bare feet with a small ankle chain. + <</switch>> <<case "a slutty qipao">> - <<if ($activeSlave.shoes == "flats")>> - little silk slippers. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - little silk slippers and short silk stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - little silk slippers and long silk stockings. - <<elseif ($activeSlave.shoes == "boots")>> - elegant leather boots. - <<elseif ($activeSlave.shoes == "heels")>> - brightly colored heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - brightly colored heels and short silk stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - brightly colored heels and long silk stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - brightly colored pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - brightly colored pumps and short silk stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - brightly colored pumps and long silk stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - short silk stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - long silk stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - small platform heels that mimic bound feet. - <<else>> - bare stockinged feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + little silk slippers. + <<case "flats with short stockings">> + little silk slippers and short silk stockings. + <<case "flats with long stockings">> + little silk slippers and long silk stockings. + <<case "boots">> + elegant leather boots. + <<case "heels">> + brightly colored heels. + <<case "heels with short stockings">> + brightly colored heels and short silk stockings. + <<case "heels with long stockings">> + brightly colored heels and long silk stockings. + <<case "pumps">> + brightly colored pumps. + <<case "pumps with short stockings">> + brightly colored pumps and short silk stockings. + <<case "pumps with long stockings">> + brightly colored pumps and long silk stockings. + <<case "short stockings">> + short silk stockings. + <<case "long stockings">> + long silk stockings. + <<case "extreme heels">> + small platform heels that mimic bound feet. + <<default>> + bare stockinged feet. + <</switch>> <<case "uncomfortable straps">> - straps that - <<if ($activeSlave.shoes == "flats")>> - run down $possessive legs to end in sandals that incorporate shackles at each ankle. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - run down $possessive legs to end in sandals with short tight stockings that incorporate shackles at each ankle. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - run down $possessive legs to end in sandals with long tight stockings that incorporate shackles at each ankle. - <<elseif ($activeSlave.shoes == "boots")>> - run down $possessive legs to end in utility boots that incorporate shackles at each ankle. - <<elseif ($activeSlave.shoes == "heels")>> - run down $possessive legs to end in high leather heels that incorporate shackles at each ankle. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - run down $possessive legs to end in high leather heels with short tight stockings that incorporate shackles at each ankle. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - run down $possessive legs to end in high leather heels with long tight stockings that incorporate shackles at each ankle. - <<elseif ($activeSlave.shoes == "pumps")>> - run down $possessive legs to end in high leather pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - run down $possessive legs to end in high leather pumps with short tight stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - run down $possessive legs to end in high leather pumps with long tight stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - run down $possessive legs around short tight stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - run down $possessive legs around long tight stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - end in high leather heels that force $object to stand almost on tiptoe. - <<else>> - end in shackles at each heel, leaving $possessive feet bare. - <</if>> + straps that + <<switch $activeSlave.shoes>> + <<case "flats">> + run down $possessive legs to end in sandals that incorporate shackles at each ankle. + <<case "flats with short stockings">> + run down $possessive legs to end in sandals with short tight stockings that incorporate shackles at each ankle. + <<case "flats with long stockings">> + run down $possessive legs to end in sandals with long tight stockings that incorporate shackles at each ankle. + <<case "boots">> + run down $possessive legs to end in utility boots that incorporate shackles at each ankle. + <<case "heels">> + run down $possessive legs to end in high leather heels that incorporate shackles at each ankle. + <<case "heels with short stockings">> + run down $possessive legs to end in high leather heels with short tight stockings that incorporate shackles at each ankle. + <<case "heels with long stockings">> + run down $possessive legs to end in high leather heels with long tight stockings that incorporate shackles at each ankle. + <<case "pumps">> + run down $possessive legs to end in high leather pumps. + <<case "pumps with short stockings">> + run down $possessive legs to end in high leather pumps with short tight stockings. + <<case "pumps with long stockings">> + run down $possessive legs to end in high leather pumps with long tight stockings. + <<case "short stockings">> + run down $possessive legs around short tight stockings. + <<case "long stockings">> + run down $possessive legs around long tight stockings. + <<case "extreme heels">> + end in high leather heels that force $object to stand almost on tiptoe. + <<default>> + end in shackles at each heel, leaving $possessive feet bare. + <</switch>> <<case "shibari ropes">> - <<if ($activeSlave.shoes == "flats")>> - a pair of rope sandals. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of rope sandals with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of rope sandals with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of canvas boots attached to the rest of her ropes. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of rope sandal heels attached to the rest of her ropes. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of rope sandal heels with short stockings attached to the rest of her ropes. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of rope sandal heels with long stockings attached to the rest of her ropes. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of rope sandal pumps attached to the rest of her ropes. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of rope sandal pumps with short stockings attached to the rest of her ropes. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of rope sandal pumps with long stockings attached to the rest of her ropes. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of short stockings attached to the rest of her ropes. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of long stockings attached to the rest of her ropes. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of rope sandal heels that force $object to stand almost on tiptoe. They are attached to the rest of her ropes. - <<else>> - end at each ankle, leaving $possessive feet bare. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of rope sandals. + <<case "flats with short stockings">> + a pair of rope sandals with short stockings. + <<case "flats with long stockings">> + a pair of rope sandals with long stockings. + <<case "boots">> + a pair of canvas boots attached to the rest of her ropes. + <<case "heels">> + a pair of rope sandal heels attached to the rest of her ropes. + <<case "heels with short stockings">> + a pair of rope sandal heels with short stockings attached to the rest of her ropes. + <<case "heels with long stockings">> + a pair of rope sandal heels with long stockings attached to the rest of her ropes. + <<case "pumps">> + a pair of rope sandal pumps attached to the rest of her ropes. + <<case "pumps with short stockings">> + a pair of rope sandal pumps with short stockings attached to the rest of her ropes. + <<case "pumps with long stockings">> + a pair of rope sandal pumps with long stockings attached to the rest of her ropes. + <<case "short stockings">> + a pair of short stockings attached to the rest of her ropes. + <<case "long stockings">> + a pair of long stockings attached to the rest of her ropes. + <<case "extreme heels">> + a pair of rope sandal heels that force $object to stand almost on tiptoe. They are attached to the rest of her ropes. + <<default>> + end at each ankle, leaving $possessive feet bare. + <</switch>> <<case "restrictive latex">> - latex which - <<if ($activeSlave.shoes == "flats")>> - covers $possessive feet as well. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - covers $possessive feet and calves as well. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - covers $possessive feet and thighs as well. - <<elseif ($activeSlave.shoes == "boots")>> - ends in a pair of boots made from the same material. - <<elseif ($activeSlave.shoes == "heels")>> - ends in a pair of high heels made from the same material. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - ends in a pair of high heels with short stockings made from the same material. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - ends in a pair of high heels with long stockings made from the same material. - <<elseif ($activeSlave.shoes == "pumps")>> - ends in a pair of high pumps made from the same material. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - ends in a pair of high pumps with short stockings made from the same material. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - ends in a pair of high pumps with long stockings made from the same material. - <<elseif ($activeSlave.shoes == "short stockings")>> - ends in a pair of short stockings made from the same material. - <<elseif ($activeSlave.shoes == "long stockings")>> - ends in a pair of long stockings made from the same material. - <<elseif ($activeSlave.shoes == "extreme heels")>> - ends in a pair of painfully high heels made from the same material, so tall $pronoun must walk nearly on tiptoe, and shaped so that $pronoun must stick $possessive ass out to stand. - <<else>> - ends at the ankles, leaving $possessive feet bare. - <</if>> + latex which + <<switch $activeSlave.shoes>> + <<case "flats">> + covers $possessive feet as well. + <<case "flats with short stockings">> + covers $possessive feet and calves as well. + <<case "flats with long stockings">> + covers $possessive feet and thighs as well. + <<case "boots">> + ends in a pair of boots made from the same material. + <<case "heels">> + ends in a pair of high heels made from the same material. + <<case "heels with short stockings">> + ends in a pair of high heels with short stockings made from the same material. + <<case "heels with long stockings">> + ends in a pair of high heels with long stockings made from the same material. + <<case "pumps">> + ends in a pair of high pumps made from the same material. + <<case "pumps with short stockings">> + ends in a pair of high pumps with short stockings made from the same material. + <<case "pumps with long stockings">> + ends in a pair of high pumps with long stockings made from the same material. + <<case "short stockings">> + ends in a pair of short stockings made from the same material. + <<case "long stockings">> + ends in a pair of long stockings made from the same material. + <<case "extreme heels">> + ends in a pair of painfully high heels made from the same material, so tall $pronoun must walk nearly on tiptoe, and shaped so that $pronoun must stick $possessive ass out to stand. + <<default>> + ends at the ankles, leaving $possessive feet bare. + <</switch>> <<case "a latex catsuit">> - <<if ($activeSlave.shoes == "flats")>> - patent leather flats. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - patent leather flats with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - patent leather flats with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - laced thigh-high boots. - <<elseif ($activeSlave.shoes == "heels")>> - patent leather heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - patent leather heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - patent leather heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - patent leather pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - patent leather pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - patent leather pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - short latex stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - long latex stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - laced ballet boots that limit $object to small, dainty steps. - <<else>> - nothing at the moment, leaving her free to show off $possessive smooth legs. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + patent leather flats. + <<case "flats with short stockings">> + patent leather flats with short stockings. + <<case "flats with long stockings">> + patent leather flats with long stockings. + <<case "boots">> + laced thigh-high boots. + <<case "heels">> + patent leather heels. + <<case "heels with short stockings">> + patent leather heels with short stockings. + <<case "heels with long stockings">> + patent leather heels with long stockings. + <<case "pumps">> + patent leather pumps. + <<case "pumps with short stockings">> + patent leather pumps with short stockings. + <<case "pumps with long stockings">> + patent leather pumps with long stockings. + <<case "short stockings">> + short latex stockings. + <<case "long stockings">> + long latex stockings. + <<case "extreme heels">> + laced ballet boots that limit $object to small, dainty steps. + <<default>> + nothing at the moment, leaving her free to show off $possessive smooth legs. + <</switch>> <<case "attractive lingerie">> - <<if ($activeSlave.shoes == "flats")>> - a pair of cute flats. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of cute flats with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of cute flats with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of cute little ankle boots. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of sexy heels in the same color. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of sexy heels with short stockings in the same color. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of sexy heels with long stockings in the same color. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of sexy pumps in the same color. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of sexy pumps with short stockings in the same color. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of sexy pumps with long stockings in the same color. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of sexy short stockings in the same color. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of sexy long stockings in the same color. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of high stripper heels in the same color. - <<else>> - nothing on her stockinged feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of cute flats. + <<case "flats with short stockings">> + a pair of cute flats with short stockings. + <<case "flats with long stockings">> + a pair of cute flats with long stockings. + <<case "boots">> + a pair of cute little ankle boots. + <<case "heels">> + a pair of sexy heels in the same color. + <<case "heels with short stockings">> + a pair of sexy heels with short stockings in the same color. + <<case "heels with long stockings">> + a pair of sexy heels with long stockings in the same color. + <<case "pumps">> + a pair of sexy pumps in the same color. + <<case "pumps with short stockings">> + a pair of sexy pumps with short stockings in the same color. + <<case "pumps with long stockings">> + a pair of sexy pumps with long stockings in the same color. + <<case "short stockings">> + a pair of sexy short stockings in the same color. + <<case "long stockings">> + a pair of sexy long stockings in the same color. + <<case "extreme heels">> + a pair of high stripper heels in the same color. + <<default>> + nothing on her stockinged feet. + <</switch>> <<case "attractive lingerie for a pregnant woman">> - <<if ($activeSlave.shoes == "flats")>> - $pronoun's wearing a pair of cute slippers. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - $pronoun's wearing a pair of cute slippers with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - $pronoun's wearing a pair of cute slippers with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - $pronoun's wearing a pair of cute little ankle boots. - <<elseif ($activeSlave.shoes == "heels")>> - $pronoun's wearing a pair of sexy heels in the same color. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - $pronoun's wearing a pair of sexy heels with short stockings in the same color. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - $pronoun's wearing a pair of sexy heels with long stockings in the same color. - <<elseif ($activeSlave.shoes == "pumps")>> - $pronoun's wearing a pair of sexy pumps in the same color. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - $pronoun's wearing a pair of sexy pumps with short stockings in the same color. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - $pronoun's wearing a pair of sexy pumps with long stockings in the same color. - <<elseif ($activeSlave.shoes == "short stockings")>> - $pronoun's wearing a pair of sexy short stockings in the same color. - <<elseif ($activeSlave.shoes == "long stockings")>> - $pronoun's wearing a pair of sexy long stockings in the same color. - <<elseif ($activeSlave.shoes == "extreme heels")>> - $pronoun's wearing a pair of high stripper heels in the same color. - <<else>> - $possessive feet are bare. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of cute slippers. + <<case "flats with short stockings">> + a pair of cute slippers with short stockings. + <<case "flats with long stockings">> + a pair of cute slippers with long stockings. + <<case "boots">> + a pair of cute little ankle boots. + <<case "heels">> + a pair of sexy heels in the same color. + <<case "heels with short stockings">> + a pair of sexy heels with short stockings in the same color. + <<case "heels with long stockings">> + a pair of sexy heels with long stockings in the same color. + <<case "pumps">> + a pair of sexy pumps in the same color. + <<case "pumps with short stockings">> + a pair of sexy pumps with short stockings in the same color. + <<case "pumps with long stockings">> + a pair of sexy pumps with long stockings in the same color. + <<case "short stockings">> + a pair of sexy short stockings in the same color. + <<case "long stockings">> + a pair of sexy long stockings in the same color. + <<case "extreme heels">> + a pair of high stripper heels in the same color. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "a maternity dress">> - <<if ($activeSlave.shoes == "flats")>> - a pair of comfortable sandals. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of comfortable sandals with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of comfortable sandals with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of nice leather boots. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of comfortable heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of comfortable heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of comfortable heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of comfortable pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of comfortable pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of comfortable pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of comfortable short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of comfortable long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of daringly high heels. - <<else>> - nothing on $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of comfortable sandals. + <<case "flats with short stockings">> + a pair of comfortable sandals with short stockings. + <<case "flats with long stockings">> + a pair of comfortable sandals with long stockings. + <<case "boots">> + a pair of nice leather boots. + <<case "heels">> + a pair of comfortable heels. + <<case "heels with short stockings">> + a pair of comfortable heels with short stockings. + <<case "heels with long stockings">> + a pair of comfortable heels with long stockings. + <<case "pumps">> + a pair of comfortable pumps. + <<case "pumps with short stockings">> + a pair of comfortable pumps with short stockings. + <<case "pumps with long stockings">> + a pair of comfortable pumps with long stockings. + <<case "short stockings">> + a pair of comfortable short stockings. + <<case "long stockings">> + a pair of comfortable long stockings. + <<case "extreme heels">> + a pair of daringly high heels. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "stretch pants and a crop-top">> - <<if ($activeSlave.shoes == "flats")>> - a pair of comfortable sandals. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of comfortable sandals with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of comfortable sandals with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of slip on comfortable boots. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of comfortable heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of comfortable heels. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of comfortable heels. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of comfortable pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of comfortable pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of comfortable pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of comfortable short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of comfortable long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of daringly high heels. - <<else>> - nothing on $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of comfortable sandals. + <<case "flats with short stockings">> + a pair of comfortable sandals with short stockings. + <<case "flats with long stockings">> + a pair of comfortable sandals with long stockings. + <<case "boots">> + a pair of slip on comfortable boots. + <<case "heels">> + a pair of comfortable heels. + <<case "heels with short stockings">> + a pair of comfortable heels. + <<case "heels with long stockings">> + a pair of comfortable heels. + <<case "pumps">> + a pair of comfortable pumps. + <<case "pumps with short stockings">> + a pair of comfortable pumps with short stockings. + <<case "pumps with long stockings">> + a pair of comfortable pumps with long stockings. + <<case "short stockings">> + a pair of comfortable short stockings. + <<case "long stockings">> + a pair of comfortable long stockings. + <<case "extreme heels">> + a pair of daringly high heels. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "a succubus outfit">> - <<if ($activeSlave.shoes == "flats")>> - Grecian sandals. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - Grecian sandals with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - Grecian sandals with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - colored leather boots that come most of the way up $possessive thighs. - <<elseif ($activeSlave.shoes == "heels")>> - colored stiletto heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - colored stiletto heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - colored stiletto heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - colored stiletto pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - colored stiletto pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - colored stiletto pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - sexy short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - sexy long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - tall boots that make $possessive feet look like hooves. - <<else>> - nothing on her bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + Grecian sandals. + <<case "flats with short stockings">> + Grecian sandals with short stockings. + <<case "flats with long stockings">> + Grecian sandals with long stockings. + <<case "boots">> + colored leather boots that come most of the way up $possessive thighs. + <<case "heels">> + colored stiletto heels. + <<case "heels with short stockings">> + colored stiletto heels with short stockings. + <<case "heels with long stockings">> + colored stiletto heels with long stockings. + <<case "pumps">> + colored stiletto pumps. + <<case "pumps with short stockings">> + colored stiletto pumps with short stockings. + <<case "pumps with long stockings">> + colored stiletto pumps with long stockings. + <<case "short stockings">> + sexy short stockings. + <<case "long stockings">> + sexy long stockings. + <<case "extreme heels">> + tall boots that make $possessive feet look like hooves. + <<default>> + nothing on her bare feet. + <</switch>> <<case "a fallen nuns habit">> - latex which - <<if ($activeSlave.shoes == "flats")>> - covers $possessive feet as well. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - covers $possessive feet as well. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - covers $possessive feet as well. - <<elseif ($activeSlave.shoes == "boots")>> - ends in a pair of boots made from the same material. - <<elseif ($activeSlave.shoes == "heels")>> - ends in a pair of high heels made from the same material. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - ends in a pair of high heels and short stockings made from the same material. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - ends in a pair of high heels and long stockings made from the same material. - <<elseif ($activeSlave.shoes == "pumps")>> - ends in a pair of high pumps made from the same material. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - ends in a pair of high pumps and short stockings made from the same material. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - ends in a pair of high pumps and long stockings made from the same material. - <<elseif ($activeSlave.shoes == "short stockings")>> - ends in a pair of short stockings made from the same material. - <<elseif ($activeSlave.shoes == "long stockings")>> - ends in a pair of long stockings made from the same material. - <<elseif ($activeSlave.shoes == "extreme heels")>> - ends in a pair of painfully high heels made from the same material, so tall $pronoun must walk nearly on tiptoe, and shaped so that $pronoun must stick $possessive ass out to stand. - <<else>> - ends at the ankles, leaving $possessive feet bare. - <</if>> + latex which + <<switch $activeSlave.shoes>> + <<case "flats">> + covers $possessive feet as well. + <<case "flats with short stockings">> + covers $possessive feet as well. + <<case "flats with long stockings">> + covers $possessive feet as well. + <<case "boots">> + ends in a pair of boots made from the same material. + <<case "heels">> + ends in a pair of high heels made from the same material. + <<case "heels with short stockings">> + ends in a pair of high heels and short stockings made from the same material. + <<case "heels with long stockings">> + ends in a pair of high heels and long stockings made from the same material. + <<case "pumps">> + ends in a pair of high pumps made from the same material. + <<case "pumps with short stockings">> + ends in a pair of high pumps and short stockings made from the same material. + <<case "pumps with long stockings">> + ends in a pair of high pumps and long stockings made from the same material. + <<case "short stockings">> + ends in a pair of short stockings made from the same material. + <<case "long stockings">> + ends in a pair of long stockings made from the same material. + <<case "extreme heels">> + ends in a pair of painfully high heels made from the same material, so tall $pronoun must walk nearly on tiptoe, and shaped so that $pronoun must stick $possessive ass out to stand. + <<default>> + ends at the ankles, leaving $possessive feet bare. + <</switch>> <<case "a chattel habit">> - <<if ($activeSlave.shoes == "flats")>> - a pair of gold sandals with thin straps that run up $possessive calves. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of gold sandals with thin straps and short stockings that run up $possessive calves. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of gold sandals with thin straps and long stockings that run up $possessive thighs. - <<elseif ($activeSlave.shoes == "boots")>> - white leather boots that run most of the way up $possessive thighs. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of gold heels secured by thin straps that run up $possessive calves. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of gold heels secured by thin straps and short stockings that run up $possessive calves. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of gold heels secured by thin straps and long stockings that run up $possessive thighs. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of gold pumps secured by thin straps that run up $possessive calves. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of gold pumps secured by thin straps and short stockings that run up $possessive calves. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of gold pumps secured by thin straps and long stockings that run up $possessive thighs. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of short stockings that run up $possessive calves. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of long stockings that run up $possessive thighs. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of white leather stripper heels secured by thin golden straps that run up $possessive calves. - <<else>> - nothing for her feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of gold sandals with thin straps that run up $possessive calves. + <<case "flats with short stockings">> + a pair of gold sandals with thin straps and short stockings that run up $possessive calves. + <<case "flats with long stockings">> + a pair of gold sandals with thin straps and long stockings that run up $possessive thighs. + <<case "boots">> + white leather boots that run most of the way up $possessive thighs. + <<case "heels">> + a pair of gold heels secured by thin straps that run up $possessive calves. + <<case "heels with short stockings">> + a pair of gold heels secured by thin straps and short stockings that run up $possessive calves. + <<case "heels with long stockings">> + a pair of gold heels secured by thin straps and long stockings that run up $possessive thighs. + <<case "pumps">> + a pair of gold pumps secured by thin straps that run up $possessive calves. + <<case "pumps with short stockings">> + a pair of gold pumps secured by thin straps and short stockings that run up $possessive calves. + <<case "pumps with long stockings">> + a pair of gold pumps secured by thin straps and long stockings that run up $possessive thighs. + <<case "short stockings">> + a pair of short stockings that run up $possessive calves. + <<case "long stockings">> + a pair of long stockings that run up $possessive thighs. + <<case "extreme heels">> + a pair of white leather stripper heels secured by thin golden straps that run up $possessive calves. + <<default>> + nothing for her feet. + <</switch>> <<case "a penitent nuns habit">> - <<if ($activeSlave.shoes == "flats")>> - a pair of scratchy rope sandals. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of scratchy rope sandals with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of scratchy rope sandals with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of ill-fitting old boots. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of utilitarian heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of utilitarian heels with scratchy short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of utilitarian heels with scratchy long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of utilitarian pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of utilitarian pumps with scratchy short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of utilitarian pumps with scratchy long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of scratchy short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of scratchy long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of heels designed as religious torment. - <<else>> - feet left bare on the cold ground. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of scratchy rope sandals. + <<case "flats with short stockings">> + a pair of scratchy rope sandals with short stockings. + <<case "flats with long stockings">> + a pair of scratchy rope sandals with long stockings. + <<case "boots">> + a pair of ill-fitting old boots. + <<case "heels">> + a pair of utilitarian heels. + <<case "heels with short stockings">> + a pair of utilitarian heels with scratchy short stockings. + <<case "heels with long stockings">> + a pair of utilitarian heels with scratchy long stockings. + <<case "pumps">> + a pair of utilitarian pumps. + <<case "pumps with short stockings">> + a pair of utilitarian pumps with scratchy short stockings. + <<case "pumps with long stockings">> + a pair of utilitarian pumps with scratchy long stockings. + <<case "short stockings">> + a pair of scratchy short stockings. + <<case "long stockings">> + a pair of scratchy long stockings. + <<case "extreme heels">> + a pair of heels designed as religious torment. + <<default>> + feet left bare on the cold ground. + <</switch>> <<case "a string bikini">> - <<if ($activeSlave.shoes == "flats")>> - a pair of thong sandals. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of thong sandals with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of thong sandals with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of stripper boots with turned-down tops. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of cheap stripper heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of cheap stripper heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of cheap stripper heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of pole dancing pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of pole dancing pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of pole dancing pumps with long stockings. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of stripper heels so tall $pronoun has to walk with $possessive ass sticking out. - <<else>> - nothing on $possessive bare feet. - <</if>> - + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of thong sandals. + <<case "flats with short stockings">> + a pair of thong sandals with short stockings. + <<case "flats with long stockings">> + a pair of thong sandals with long stockings. + <<case "boots">> + a pair of stripper boots with turned-down tops. + <<case "heels">> + a pair of cheap stripper heels. + <<case "heels with short stockings">> + a pair of cheap stripper heels with short stockings. + <<case "heels with long stockings">> + a pair of cheap stripper heels with long stockings. + <<case "pumps">> + a pair of pole dancing pumps. + <<case "pumps with short stockings">> + a pair of pole dancing pumps with short stockings. + <<case "pumps with long stockings">> + a pair of pole dancing pumps with long stockings. + <<case "pumps with short stockings">> + a pair of short stockings. + <<case "pumps with long stockings">> + a pair of long stockings. + <<case "extreme heels">> + a pair of stripper heels so tall $pronoun has to walk with $possessive ass sticking out. + <<default>> + nothing on $possessive bare feet. + <</switch>> + <<case "a scalemail bikini">> - <<if ($activeSlave.shoes == "flats")>> - a pair of leather sandals. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of leather sandals with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of leather sandals with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of steel-plated leather boots. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of steel-plated leather heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of steel-plated leather heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of steel-plated leather heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of steel-plated leather pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of steel-plated leather pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of steel-plated leather pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of leather heels so tall $pronoun has to walk with $possessive ass sticking out. - <<else>> - nothing on $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of leather sandals. + <<case "flats with short stockings">> + a pair of leather sandals with short stockings. + <<case "flats with long stockings">> + a pair of leather sandals with long stockings. + <<case "boots">> + a pair of steel-plated leather boots. + <<case "heels">> + a pair of steel-plated leather heels. + <<case "heels with short stockings">> + a pair of steel-plated leather heels with short stockings. + <<case "heels with long stockings">> + a pair of steel-plated leather heels with long stockings. + <<case "pumps">> + a pair of steel-plated leather pumps. + <<case "pumps with short stockings">> + a pair of steel-plated leather pumps with short stockings. + <<case "pumps with long stockings">> + a pair of steel-plated leather pumps with long stockings. + <<case "short stockings">> + a pair of short stockings. + <<case "long stockings">> + a pair of long stockings. + <<case "extreme heels">> + a pair of leather heels so tall $pronoun has to walk with $possessive ass sticking out. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "a cheerleader outfit">> - <<if ($activeSlave.shoes == "flats")>> - a pair of flat trainers. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of flat trainers with short athletic stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of flat trainers with long athletic stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of high-top trainers. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of heeled trainers. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of heeled trainers with short athletic stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of heeled trainers with long athletic stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of pump trainers. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of pump trainers with short athletic stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of pump trainers with long athletic stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of short athletic stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of long athletic stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of heeled trainers so tall $pronoun has to walk rather bouncily. - <<else>> - nothing on $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of flat trainers. + <<case "flats with short stockings">> + a pair of flat trainers with short athletic stockings. + <<case "flats with long stockings">> + a pair of flat trainers with long athletic stockings. + <<case "boots">> + a pair of high-top trainers. + <<case "heels">> + a pair of heeled trainers. + <<case "heels with short stockings">> + a pair of heeled trainers with short athletic stockings. + <<case "heels with long stockings">> + a pair of heeled trainers with long athletic stockings. + <<case "pumps">> + a pair of pump trainers. + <<case "pumps with short stockings">> + a pair of pump trainers with short athletic stockings. + <<case "pumps with long stockings">> + a pair of pump trainers with long athletic stockings. + <<case "short stockings">> + a pair of short athletic stockings. + <<case "long stockings">> + a pair of long athletic stockings. + <<case "extreme heels">> + a pair of heeled trainers so tall $pronoun has to walk rather bouncily. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "clubslut netting">> - <<if ($activeSlave.shoes == "flats")>> - a pair of surprisingly sturdy flats for dancing in a crowd. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of surprisingly sturdy flats with short stockings for dancing in a crowd. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of surprisingly sturdy flats with long stockings for dancing in a crowd. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of tall, comfortable leather boots to dance in. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of comfortable heels to dance in. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of comfortable heels with short stockings to dance in. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of comfortable heels with long stockings to dance in. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of comfortable pumps to dance in. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of comfortable pumps with short stockings to dance in. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of comfortable pumps with long stockings to dance in. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of short stockings to dance in. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of long stockings to dance in. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of stripper heels so tall $pronoun has to walk rather bouncily. - <<else>> - nothing on $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of surprisingly sturdy flats for dancing in a crowd. + <<case "flats with short stockings">> + a pair of surprisingly sturdy flats with short stockings for dancing in a crowd. + <<case "flats with long stockings">> + a pair of surprisingly sturdy flats with long stockings for dancing in a crowd. + <<case "boots">> + a pair of tall, comfortable leather boots to dance in. + <<case "heels">> + a pair of comfortable heels to dance in. + <<case "heels with short stockings">> + a pair of comfortable heels with short stockings to dance in. + <<case "heels with long stockings">> + a pair of comfortable heels with long stockings to dance in. + <<case "pumps">> + a pair of comfortable pumps to dance in. + <<case "pumps with short stockings">> + a pair of comfortable pumps with short stockings to dance in. + <<case "pumps with long stockings">> + a pair of comfortable pumps with long stockings to dance in. + <<case "short stockings">> + a pair of short stockings to dance in. + <<case "long stockings">> + a pair of long stockings to dance in. + <<case "extreme heels">> + a pair of stripper heels so tall $pronoun has to walk rather bouncily. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "cutoffs and a t-shirt">> - <<if ($activeSlave.shoes == "flats")>> - girly sneakers. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - girly sneakers with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - girly sneakers with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - girly tasseled boots. - <<elseif ($activeSlave.shoes == "heels")>> - high heeled sneakers. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - high heeled sneakers with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - high heeled sneakers with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - girly pump sneakers. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - girly pump sneakers with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - girly pump sneakers with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of girly short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of girly long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - high heeled sneakers so high $possessive butthole is at perfect dick height. - <<else>> - nothing on $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + girly sneakers. + <<case "flats with short stockings">> + girly sneakers with short stockings. + <<case "flats with long stockings">> + girly sneakers with long stockings. + <<case "boots">> + girly tasseled boots. + <<case "heels">> + high heeled sneakers. + <<case "heels with short stockings">> + high heeled sneakers with short stockings. + <<case "heels with long stockings">> + high heeled sneakers with long stockings. + <<case "pumps">> + girly pump sneakers. + <<case "pumps with short stockings">> + girly pump sneakers with short stockings. + <<case "pumps with long stockings">> + girly pump sneakers with long stockings. + <<case "short stockings">> + a pair of girly short stockings. + <<case "long stockings">> + a pair of girly long stockings. + <<case "extreme heels">> + high heeled sneakers so high $possessive butthole is at perfect dick height. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "spats and a tank top">> - <<if ($activeSlave.shoes == "flats")>> - a pair of flat sneakers. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of flat sneakers with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of flat sneakers with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of high-top trainers. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of heeled trainers. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of heeled trainers with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of heeled trainers with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of athletic pump trainers. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of athletic pump trainers with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of athletic pump trainers with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of short athletic stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of long athletic stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of heeled trainers so tall $pronoun has a lot of trouble running. - <<else>> - nothing on $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of flat sneakers. + <<case "flats with short stockings">> + a pair of flat sneakers with short stockings. + <<case "flats with long stockings">> + a pair of flat sneakers with long stockings. + <<case "boots">> + a pair of high-top trainers. + <<case "heels">> + a pair of heeled trainers. + <<case "heels with short stockings">> + a pair of heeled trainers with short stockings. + <<case "heels with long stockings">> + a pair of heeled trainers with long stockings. + <<case "pumps">> + a pair of athletic pump trainers. + <<case "pumps with short stockings">> + a pair of athletic pump trainers with short stockings. + <<case "pumps with long stockings">> + a pair of athletic pump trainers with long stockings. + <<case "short stockings">> + a pair of short athletic stockings. + <<case "long stockings">> + a pair of long athletic stockings. + <<case "extreme heels">> + a pair of heeled trainers so tall $pronoun has a lot of trouble running. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "a slave gown">> - <<if ($activeSlave.shoes == "flats")>> - a pair of fashionable slingback sandals. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of fashionable slingback sandals with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of fashionable slingback sandals with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - elegant worked leather boots. - <<elseif ($activeSlave.shoes == "heels")>> - kitten heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - kitten heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - kitten heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - sleek pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - sleek pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - sleek pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - sexy short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - sexy long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - daring spike heels so high $possessive butt is at dick height. - <<else>> - nothing on $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of fashionable slingback sandals. + <<case "flats with short stockings">> + a pair of fashionable slingback sandals with short stockings. + <<case "flats with long stockings">> + a pair of fashionable slingback sandals with long stockings. + <<case "boots">> + elegant worked leather boots. + <<case "heels">> + kitten heels. + <<case "heels with short stockings">> + kitten heels with short stockings. + <<case "heels with long stockings">> + kitten heels with long stockings. + <<case "pumps">> + sleek pumps. + <<case "pumps with short stockings">> + sleek pumps with short stockings. + <<case "pumps with long stockings">> + sleek pumps with long stockings. + <<case "short stockings">> + sexy short stockings. + <<case "long stockings">> + sexy long stockings. + <<case "extreme heels">> + daring spike heels so high $possessive butt is at dick height. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "slutty business attire">> - <<if ($activeSlave.shoes == "flats")>> - a pair of kitten heeled flats. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of kitten heeled flats with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of kitten heeled flats with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of shiny leather heeled boots. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of slim fuck-me heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of slim fuck-me heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of slim fuck-me heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of fuck-me pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of fuck-me pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of fuck-me pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of spike slingback heels so extreme $pronoun has to walk with extreme care. - <<else>> - comically bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of kitten heeled flats. + <<case "flats with short stockings">> + a pair of kitten heeled flats with short stockings. + <<case "flats with long stockings">> + a pair of kitten heeled flats with long stockings. + <<case "boots">> + a pair of shiny leather heeled boots. + <<case "heels">> + a pair of slim fuck-me heels. + <<case "heels with short stockings">> + a pair of slim fuck-me heels with short stockings. + <<case "heels with long stockings">> + a pair of slim fuck-me heels with long stockings. + <<case "pumps">> + a pair of fuck-me pumps. + <<case "pumps with short stockings">> + a pair of fuck-me pumps with short stockings. + <<case "pumps with long stockings">> + a pair of fuck-me pumps with long stockings. + <<case "short stockings">> + a pair of short stockings. + <<case "long stockings">> + a pair of long stockings. + <<case "extreme heels">> + a pair of spike slingback heels so extreme $pronoun has to walk with extreme care. + <<default>> + comically bare feet. + <</switch>> <<case "nice business attire">> - <<if ($activeSlave.shoes == "flats")>> - a pair of kitten heeled flats. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of kitten heeled flats with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of kitten heeled flats with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of heeled boots, polished to a mirror shine. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of spike boardroom heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of spike boardroom heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of spike boardroom heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of spike boardroom pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of spike boardroom pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of spike boardroom pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of classy short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of classy long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of spike boardroom heels so extreme $pronoun has to concentrate just to stand. - <<else>> - ridiculously bare stockinged feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of kitten heeled flats. + <<case "flats with short stockings">> + a pair of kitten heeled flats with short stockings. + <<case "flats with long stockings">> + a pair of kitten heeled flats with long stockings. + <<case "boots">> + a pair of heeled boots, polished to a mirror shine. + <<case "heels">> + a pair of spike boardroom heels. + <<case "heels with short stockings">> + a pair of spike boardroom heels with short stockings. + <<case "heels with long stockings">> + a pair of spike boardroom heels with long stockings. + <<case "pumps">> + a pair of spike boardroom pumps. + <<case "pumps with short stockings">> + a pair of spike boardroom pumps with short stockings. + <<case "pumps with long stockings">> + a pair of spike boardroom pumps with long stockings. + <<case "short stockings">> + a pair of classy short stockings. + <<case "long stockings">> + a pair of classy long stockings. + <<case "extreme heels">> + a pair of spike boardroom heels so extreme $pronoun has to concentrate just to stand. + <<default>> + ridiculously bare stockinged feet. + <</switch>> <<case "a ball gown">> - <<if ($activeSlave.shoes == "flats")>> - a delicate pair of dancing slippers. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a delicate pair of dancing slippers with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a delicate pair of dancing slippers with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a dainty pair of heeled booties. - <<elseif ($activeSlave.shoes == "heels")>> - an ornate pair of stiletto heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - an ornate pair of stiletto heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - an ornate pair of stiletto heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - an ornate pair of stiletto pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - an ornate pair of stiletto pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - an ornate pair of stiletto pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - an ornate pair of short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - an ornate pair of long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - an ornate pair of stiletto heels so extreme $pronoun has to concentrate just to stand. - <<else>> - ridiculously bare stockinged feet. - <</if>> - + <<switch $activeSlave.shoes>> + <<case "flats">> + a delicate pair of dancing slippers. + <<case "flats with short stockings">> + a delicate pair of dancing slippers with short stockings. + <<case "flats with long stockings">> + a delicate pair of dancing slippers with long stockings. + <<case "boots">> + a dainty pair of heeled booties. + <<case "heels">> + an ornate pair of stiletto heels. + <<case "heels with short stockings">> + an ornate pair of stiletto heels with short stockings. + <<case "heels with long stockings">> + an ornate pair of stiletto heels with long stockings. + <<case "pumps">> + an ornate pair of stiletto pumps. + <<case "pumps with short stockings">> + an ornate pair of stiletto pumps with short stockings. + <<case "pumps with long stockings">> + an ornate pair of stiletto pumps with long stockings. + <<case "short stockings">> + an ornate pair of short stockings. + <<case "long stockings">> + an ornate pair of long stockings. + <<case "extreme heels">> + an ornate pair of stiletto heels so extreme $pronoun has to concentrate just to stand. + <<default>> + ridiculously bare stockinged feet. + <</switch>> + <<case "a halter top dress">> - <<if ($activeSlave.shoes == "flats")>> - a pair of flat shoes with decorative bows. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - short stockings and a pair of flat shoes with decorative bows. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - long stockings and a pair of flat shoes with decorative bows. - <<elseif ($activeSlave.shoes == "boots")>> - tights and a flashy pair of evening boots. - <<elseif ($activeSlave.shoes == "heels")>> - an elegant pair of stiletto heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - short stockings and an elegant pair of stiletto heels. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - long stockings and an elegant pair of stiletto heels. - <<elseif ($activeSlave.shoes == "pumps")>> - an elegant pair of stiletto pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - short stockings and an elegant pair of stiletto pumps. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - long stockings and an elegant pair of stiletto pumps. - <<elseif ($activeSlave.shoes == "short stockings")>> - with short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - with long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - tights and a pair of stiletto heels so extreme $pronoun has to concentrate just to stand. - <<else>> - with $possessive ridiculously bare feet in tights. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of flat shoes with decorative bows. + <<case "flats with short stockings">> + short stockings and a pair of flat shoes with decorative bows. + <<case "flats with long stockings">> + long stockings and a pair of flat shoes with decorative bows. + <<case "boots">> + tights and a flashy pair of evening boots. + <<case "heels">> + an elegant pair of stiletto heels. + <<case "heels with short stockings">> + short stockings and an elegant pair of stiletto heels. + <<case "heels with long stockings">> + long stockings and an elegant pair of stiletto heels. + <<case "pumps">> + an elegant pair of stiletto pumps. + <<case "pumps with short stockings">> + short stockings and an elegant pair of stiletto pumps. + <<case "pumps with long stockings">> + long stockings and an elegant pair of stiletto pumps. + <<case "short stockings">> + with short stockings. + <<case "long stockings">> + with long stockings. + <<case "extreme heels">> + tights and a pair of stiletto heels so extreme $pronoun has to concentrate just to stand. + <<default>> + with $possessive ridiculously bare feet in tights. + <</switch>> <<case "a mini dress">> - <<if ($activeSlave.shoes == "flats")>> - suede flats. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - suede flats with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - suede flats with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - suede thigh-high boots. - <<elseif ($activeSlave.shoes == "heels")>> - suede ankle strap heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - suede ankle strap heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - suede ankle strap heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - suede ankle strap pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - suede ankle strap pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - suede ankle strap pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - slutty short stockings. - <<elseif ($activeSlave.shoes == "ong stockings")>> - slutty long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - suede ankle strap heels so tall, $pronoun has to walk with $possessive ass sticking out. - <<else>> - bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + suede flats. + <<case "flats with short stockings">> + suede flats with short stockings. + <<case "flats with long stockings">> + suede flats with long stockings. + <<case "boots">> + suede thigh-high boots. + <<case "heels">> + suede ankle strap heels. + <<case "heels with short stockings">> + suede ankle strap heels with short stockings. + <<case "heels with long stockings">> + suede ankle strap heels with long stockings. + <<case "pumps">> + suede ankle strap pumps. + <<case "pumps with short stockings">> + suede ankle strap pumps with short stockings. + <<case "pumps with long stockings">> + suede ankle strap pumps with long stockings. + <<case "short stockings">> + slutty short stockings. + <<case "long stockings">> + slutty long stockings. + <<case "extreme heels">> + suede ankle strap heels so tall, $pronoun has to walk with $possessive ass sticking out. + <<default>> + bare feet. + <</switch>> <<case "a comfortable bodysuit">> - <<if ($activeSlave.shoes == "flats")>> - a pair of comfortable shoes. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of comfortable shoes with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of comfortable shoes with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of heeled boots. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of heels so extreme $pronoun's practically on tiptoe. - <<else>> - nothing on her feet, each individual toe of which is perfectly wrapped by the bodysuit. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of comfortable shoes. + <<case "flats with short stockings">> + a pair of comfortable shoes with short stockings. + <<case "flats with long stockings">> + a pair of comfortable shoes with long stockings. + <<case "boots">> + a pair of heeled boots. + <<case "heels">> + a pair of heels. + <<case "heels with short stockings">> + a pair of heels with short stockings. + <<case "heels with long stockings">> + a pair of heels with long stockings. + <<case "pumps">> + a pair of pumps. + <<case "pumps with short stockings">> + a pair of pumps with short stockings. + <<case "pumps with long stockings">> + a pair of pumps with long stockings. + <<case "short stockings">> + a pair of short stockings. + <<case "long stockings">> + a pair of long stockings. + <<case "extreme heels">> + a pair of heels so extreme $pronoun's practically on tiptoe. + <<default>> + nothing on her feet, each individual toe of which is perfectly wrapped by the bodysuit. + <</switch>> <<case "a leotard">> - <<if ($activeSlave.shoes == "flats")>> - a pair of athletic shoes. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of athletic shoes with short athletic stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of athletic shoes with long athletic stockings. - <<elseif ($activeSlave.shoes == "boots")>> - a pair high-topped athletic boots. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of high-heeled athletic shoes. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of high-heeled athletic shoes with short athletic stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of high-heeled athletic shoes with long athletic stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of pump athletic shoes. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of pump athletic shoes with short athletic stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of pump athletic shoes with long athletic stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of short athletic stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of long athletic stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - ballet shoes made to force $object to walk en pointe. - <<else>> - nothing on her feet, which are covered by the leotard. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of athletic shoes. + <<case "flats with short stockings">> + a pair of athletic shoes with short athletic stockings. + <<case "flats with long stockings">> + a pair of athletic shoes with long athletic stockings. + <<case "boots">> + a pair high-topped athletic boots. + <<case "heels">> + a pair of high-heeled athletic shoes. + <<case "heels with short stockings">> + a pair of high-heeled athletic shoes with short athletic stockings. + <<case "heels with long stockings">> + a pair of high-heeled athletic shoes with long athletic stockings. + <<case "pumps">> + a pair of pump athletic shoes. + <<case "pumps with short stockings">> + a pair of pump athletic shoes with short athletic stockings. + <<case "pumps with long stockings">> + a pair of pump athletic shoes with long athletic stockings. + <<case "short stockings">> + a pair of short athletic stockings. + <<case "long stockings">> + a pair of long athletic stockings. + <<case "extreme heels">> + ballet shoes made to force $object to walk en pointe. + <<default>> + nothing on her feet, which are covered by the leotard. + <</switch>> <<case "a bunny outfit">> - <<if ($activeSlave.shoes == "flats")>> - kitten-heeled strap sandals. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - kitten-heeled strap sandals with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - kitten-heeled strap sandals with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - high-heeled boots that match $possessive teddy. - <<elseif ($activeSlave.shoes == "heels")>> - high heels that match $possessive teddy. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - high heels with short stockings that match $possessive teddy. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - high heels with long stockings that match $possessive teddy. - <<elseif ($activeSlave.shoes == "pumps")>> - high pumps that match $possessive teddy. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - high pumps with short stockings that match $possessive teddy. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - high pumps with long stockings that match $possessive teddy. - <<elseif ($activeSlave.shoes == "short stockings")>> - short stockings that match $possessive teddy. - <<elseif ($activeSlave.shoes == "long stockings")>> - long stockings that match $possessive teddy. - <<elseif ($activeSlave.shoes == "extreme heels")>> - painfully high heels that match $possessive teddy. - <<else>> - $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + kitten-heeled strap sandals. + <<case "flats with short stockings">> + kitten-heeled strap sandals with short stockings. + <<case "flats with long stockings">> + kitten-heeled strap sandals with long stockings. + <<case "boots">> + high-heeled boots that match $possessive teddy. + <<case "heels">> + high heels that match $possessive teddy. + <<case "heels with short stockings">> + high heels with short stockings that match $possessive teddy. + <<case "heels with long stockings">> + high heels with long stockings that match $possessive teddy. + <<case "pumps">> + high pumps that match $possessive teddy. + <<case "pumps with short stockings">> + high pumps with short stockings that match $possessive teddy. + <<case "pumps with long stockings">> + high pumps with long stockings that match $possessive teddy. + <<case "short stockings">> + short stockings that match $possessive teddy. + <<case "long stockings">> + long stockings that match $possessive teddy. + <<case "extreme heels">> + painfully high heels that match $possessive teddy. + <<default>> + $possessive bare feet. + <</switch>> <<case "a slutty maid outfit">> - <<if ($activeSlave.shoes == "flats")>> - little black shoes. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - little black shoes with lacy short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - little black shoes with lacy long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - rubber work boots for mopping the floor. - <<elseif ($activeSlave.shoes == "heels")>> - little sleek heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - little sleek heels with lacy short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - little sleek heels with lacy long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - little sleek pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - little sleek pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - little sleek pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - lacy short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - lacy long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - black pump heels that raise $possessive practically bare butt to dick height. - <<else>> - nothing on $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + little black shoes. + <<case "flats with short stockings">> + little black shoes with lacy short stockings. + <<case "flats with long stockings">> + little black shoes with lacy long stockings. + <<case "boots">> + rubber work boots for mopping the floor. + <<case "heels">> + little sleek heels. + <<case "heels with short stockings">> + little sleek heels with lacy short stockings. + <<case "heels with long stockings">> + little sleek heels with lacy long stockings. + <<case "pumps">> + little sleek pumps. + <<case "pumps with short stockings">> + little sleek pumps with short stockings. + <<case "pumps with long stockings">> + little sleek pumps with long stockings. + <<case "short stockings">> + lacy short stockings. + <<case "long stockings">> + lacy long stockings. + <<case "extreme heels">> + black pump heels that raise $possessive practically bare butt to dick height. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "a nice maid outfit">> - <<if ($activeSlave.shoes == "flats")>> - little black shoes. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - little black shoes with lacy short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - little black shoes with lacy long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - rubber work boots for mopping the floor. - <<elseif ($activeSlave.shoes == "heels")>> - little sleek heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - little sleek heels with lacy short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - little sleek heels with lacy long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - little sleek pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - little sleek pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - little sleek pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - lacy short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - lacy long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - black pump heels of inconvenient height. - <<else>> - nothing on $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + little black shoes. + <<case "flats with short stockings">> + little black shoes with lacy short stockings. + <<case "flats with long stockings">> + little black shoes with lacy long stockings. + <<case "boots">> + rubber work boots for mopping the floor. + <<case "heels">> + little sleek heels. + <<case "heels with short stockings">> + little sleek heels with lacy short stockings. + <<case "heels with long stockings">> + little sleek heels with lacy long stockings. + <<case "pumps">> + little sleek pumps. + <<case "pumps with short stockings">> + little sleek pumps with short stockings. + <<case "pumps with long stockings">> + little sleek pumps with long stockings. + <<case "short stockings">> + lacy short stockings. + <<case "long stockings">> + lacy long stockings. + <<case "extreme heels">> + black pump heels of inconvenient height. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "a slutty nurse outfit">> - <<if ($activeSlave.shoes == "flats")>> - white flat shoes. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - white flat shoes with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - white flat shoes with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - white leather boots that come up $possessive thighs to an inch below the hem of $possessive skirt. - <<elseif ($activeSlave.shoes == "heels")>> - white fuck-me heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - white fuck-me heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - white fuck-me heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - white low heeled pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - white low heeled pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - white low heeled pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - slutty short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - slutty long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - white pump heels so tall $pronoun can barely totter along. - <<else>> - bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + white flat shoes. + <<case "flats with short stockings">> + white flat shoes with short stockings. + <<case "flats with long stockings">> + white flat shoes with long stockings. + <<case "boots">> + white leather boots that come up $possessive thighs to an inch below the hem of $possessive skirt. + <<case "heels">> + white fuck-me heels. + <<case "heels with short stockings">> + white fuck-me heels with short stockings. + <<case "heels with long stockings">> + white fuck-me heels with long stockings. + <<case "pumps">> + white low heeled pumps. + <<case "pumps with short stockings">> + white low heeled pumps with short stockings. + <<case "pumps with long stockings">> + white low heeled pumps with long stockings. + <<case "short stockings">> + slutty short stockings. + <<case "long stockings">> + slutty long stockings. + <<case "extreme heels">> + white pump heels so tall $pronoun can barely totter along. + <<default>> + bare feet. + <</switch>> <<case "a nice nurse outfit">> - <<if ($activeSlave.shoes == "flats")>> - practical white nursing clogs. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - practical white nursing clogs with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - practical white nursing clogs with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - white leather boots underneath $possessive pant legs. - <<elseif ($activeSlave.shoes == "heels")>> - modest white pumps. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - modest white pumps with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - modest white pumps with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - modest white pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - modest white pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - modest white pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - modest short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - modest long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - impractically high heeled white pumps. - <<else>> - disposable foot covers over socks. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + practical white nursing clogs. + <<case "flats with short stockings">> + practical white nursing clogs with short stockings. + <<case "flats with long stockings">> + practical white nursing clogs with long stockings. + <<case "boots">> + white leather boots underneath $possessive pant legs. + <<case "heels">> + modest white pumps. + <<case "heels with short stockings">> + modest white pumps with short stockings. + <<case "heels with long stockings">> + modest white pumps with long stockings. + <<case "pumps">> + modest white pumps. + <<case "pumps with short stockings">> + modest white pumps with short stockings. + <<case "pumps with long stockings">> + modest white pumps with long stockings. + <<case "short stockings">> + modest short stockings. + <<case "long stockings">> + modest long stockings. + <<case "extreme heels">> + impractically high heeled white pumps. + <<default>> + disposable foot covers over socks. + <</switch>> <<case "a schoolgirl outfit">> - <<if ($activeSlave.shoes == "flats")>> - girly tennis shoes with bright white laces. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - girly tennis shoes with bright white laces and short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - girly tennis shoes with bright white laces and long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - brown leather riding boots with buckled tops. - <<elseif ($activeSlave.shoes == "heels")>> - black heels with little plaid bows. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - black heels with little plaid bows and short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - black heels with little plaid bows and long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - black pumps with little plaid bows. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - black pumps with little plaid bows and short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - black pumps with little plaid bows and long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - plaid short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - plaid long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - tall black pump heels with little plaid bows. - <<else>> - bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + girly tennis shoes with bright white laces. + <<case "flats with short stockings">> + girly tennis shoes with bright white laces and short stockings. + <<case "flats with long stockings">> + girly tennis shoes with bright white laces and long stockings. + <<case "boots">> + brown leather riding boots with buckled tops. + <<case "heels">> + black heels with little plaid bows. + <<case "heels with short stockings">> + black heels with little plaid bows and short stockings. + <<case "heels with long stockings">> + black heels with little plaid bows and long stockings. + <<case "pumps">> + black pumps with little plaid bows. + <<case "pumps with short stockings">> + black pumps with little plaid bows and short stockings. + <<case "pumps with long stockings">> + black pumps with little plaid bows and long stockings. + <<case "short stockings">> + plaid short stockings. + <<case "long stockings">> + plaid long stockings. + <<case "extreme heels">> + tall black pump heels with little plaid bows. + <<default>> + bare feet. + <</switch>> <<case "a kimono">> - <<if ($activeSlave.shoes == "flats")>> - getae over tabi socks. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - getae over short tabi socks. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - getae over long tabi socks. - <<elseif ($activeSlave.shoes == "boots")>> - black jika-tabi boots. - <<elseif ($activeSlave.shoes == "heels")>> - tall getae over tabi socks. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - tall getae over short tabi socks. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - tall getae over long tabi socks. - <<elseif ($activeSlave.shoes == "pumps")>> - tall getae over tabi socks. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - tall getae over short tabi socks. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - tall getae over long tabi socks. - <<elseif ($activeSlave.shoes == "short stockings")>> - short tabi socks. - <<elseif ($activeSlave.shoes == "long stockings")>> - long tabi socks. - <<elseif ($activeSlave.shoes == "extreme heels")>> - extremely tall platform heels carved from hardwood. - <<else>> - bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + getae over tabi socks. + <<case "flats with short stockings">> + getae over short tabi socks. + <<case "flats with long stockings">> + getae over long tabi socks. + <<case "boots">> + black jika-tabi boots. + <<case "heels">> + tall getae over tabi socks. + <<case "heels with short stockings">> + tall getae over short tabi socks. + <<case "heels with long stockings">> + tall getae over long tabi socks. + <<case "pumps">> + tall getae over tabi socks. + <<case "pumps with short stockings">> + tall getae over short tabi socks. + <<case "pumps with long stockings">> + tall getae over long tabi socks. + <<case "short stockings">> + short tabi socks. + <<case "long stockings">> + long tabi socks. + <<case "extreme heels">> + extremely tall platform heels carved from hardwood. + <<default>> + bare feet. + <</switch>> <<case "a hijab and abaya">> - <<if ($activeSlave.shoes == "flats")>> - sport a pair of simple black slippers. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - sport a pair of simple black slippers with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - sport a pair of simple black slippers with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - sport a pair of black leather boots. - <<elseif ($activeSlave.shoes == "heels")>> - sport a pair of modest black heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - sport a pair of modest black heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - sport a pair of modest black heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - sport a pair of modest black pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - sport a pair of modest black pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - sport a pair of modest black pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - sport a pair of short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - sport a pair of long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - sport a pair of immodestly tall black heels. - <<else>> - are totally bare. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + sport a pair of simple black slippers. + <<case "flats with short stockings">> + sport a pair of simple black slippers with short stockings. + <<case "flats with long stockings">> + sport a pair of simple black slippers with long stockings. + <<case "boots">> + sport a pair of black leather boots. + <<case "heels">> + sport a pair of modest black heels. + <<case "heels with short stockings">> + sport a pair of modest black heels with short stockings. + <<case "heels with long stockings">> + sport a pair of modest black heels with long stockings. + <<case "pumps">> + sport a pair of modest black pumps. + <<case "pumps with short stockings">> + sport a pair of modest black pumps with short stockings. + <<case "pumps with long stockings">> + sport a pair of modest black pumps with long stockings. + <<case "short stockings">> + sport a pair of short stockings. + <<case "long stockings">> + sport a pair of long stockings. + <<case "extreme heels">> + sport a pair of immodestly tall black heels. + <<default>> + are totally bare. + <</switch>> <<case "a military uniform">> - <<if ($activeSlave.shoes == "flats")>> - polished Oxford shoes. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - polished Oxford shoes with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - polished Oxford shoes with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - tall black leather boots. - <<elseif ($activeSlave.shoes == "heels")>> - modest black service heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - modest black service heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - modest black service heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - modest black service pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - modest black service pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - modest black service pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - modest short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - modest long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - extremely high heeled ceremonial dress boots that force $object to constantly stand at attention. - <<else>> - a complete lack of regulation footwear. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + polished Oxford shoes. + <<case "flats with short stockings">> + polished Oxford shoes with short stockings. + <<case "flats with long stockings">> + polished Oxford shoes with long stockings. + <<case "boots">> + tall black leather boots. + <<case "heels">> + modest black service heels. + <<case "heels with short stockings">> + modest black service heels with short stockings. + <<case "heels with long stockings">> + modest black service heels with long stockings. + <<case "pumps">> + modest black service pumps. + <<case "pumps with short stockings">> + modest black service pumps with short stockings. + <<case "pumps with long stockings">> + modest black service pumps with long stockings. + <<case "short stockings">> + modest short stockings. + <<case "long stockings">> + modest long stockings. + <<case "extreme heels">> + extremely high heeled ceremonial dress boots that force $object to constantly stand at attention. + <<default>> + a complete lack of regulation footwear. + <</switch>> <<case "battledress">> - <<if ($activeSlave.shoes == "flats")>> - low topped patrol shoes. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - low topped patrol shoes with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - low topped patrol shoes with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - practical combat boots. - <<elseif ($activeSlave.shoes == "heels")>> - high-heeled combat boots. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - high-heeled combat boots with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - high-heeled combat boots with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - pump-like combat boots. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - pump-like combat boots with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - pump-like combat boots with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - durable short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - durable long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - combat boots with heels so tall as to almost immobilize $object. - <<else>> - bare feet, VC style. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + low topped patrol shoes. + <<case "flats with short stockings">> + low topped patrol shoes with short stockings. + <<case "flats with long stockings">> + low topped patrol shoes with long stockings. + <<case "boots">> + practical combat boots. + <<case "heels">> + high-heeled combat boots. + <<case "heels with short stockings">> + high-heeled combat boots with short stockings. + <<case "heels with long stockings">> + high-heeled combat boots with long stockings. + <<case "pumps">> + pump-like combat boots. + <<case "pumps with short stockings">> + pump-like combat boots with short stockings. + <<case "pumps with long stockings">> + pump-like combat boots with long stockings. + <<case "short stockings">> + durable short stockings. + <<case "long stockings">> + durable long stockings. + <<case "extreme heels">> + combat boots with heels so tall as to almost immobilize $object. + <<default>> + bare feet, VC style. + <</switch>> <<case "harem gauze">> - <<if ($activeSlave.shoes == "flats")>> - jeweled thong sandals. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - jeweled thong sandals with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - jeweled thong sandals with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - long leather boots worked with beautiful golden filigree. - <<elseif ($activeSlave.shoes == "heels")>> - high heels decorated with golden filigree. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - high heels decorated with golden filigree and short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - high heels decorated with golden filigree and long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - high pumps decorated with golden filigree. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - high pumps decorated with golden filigree and short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - high pumps decorated with golden filigree and long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - short stockings decorated with golden filigree. - <<elseif ($activeSlave.shoes == "long stockings")>> - long stockings decorated with golden filigree. - <<elseif ($activeSlave.shoes == "extreme heels")>> - platform heels with beautiful eastern patterns worked into the sides in lapis lazuli. - <<else>> - nothing on $possessive bare feet. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + jeweled thong sandals. + <<case "flats with short stockings">> + jeweled thong sandals with short stockings. + <<case "flats with long stockings">> + jeweled thong sandals with long stockings. + <<case "boots">> + long leather boots worked with beautiful golden filigree. + <<case "heels">> + high heels decorated with golden filigree. + <<case "heels with short stockings">> + high heels decorated with golden filigree and short stockings. + <<case "heels with long stockings">> + high heels decorated with golden filigree and long stockings. + <<case "pumps">> + high pumps decorated with golden filigree. + <<case "pumps with short stockings">> + high pumps decorated with golden filigree and short stockings. + <<case "pumps with long stockings">> + high pumps decorated with golden filigree and long stockings. + <<case "short stockings">> + short stockings decorated with golden filigree. + <<case "long stockings">> + long stockings decorated with golden filigree. + <<case "extreme heels">> + platform heels with beautiful eastern patterns worked into the sides in lapis lazuli. + <<default>> + nothing on $possessive bare feet. + <</switch>> <<case "slutty jewelry">> - bangles which - <<if ($activeSlave.shoes == "flats")>> - connect to the thin straps of a pair of sandals of the same golden chain. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - connect to the thin straps of a pair of sandals of the same golden chain with short stockings. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - connect to the thin straps of a pair of sandals of the same golden chain with long stockings. - <<elseif ($activeSlave.shoes == "boots")>> - crisscross $possessive thighs and calves down to a pair of soles to form boots of golden chains. - <<elseif ($activeSlave.shoes == "heels")>> - crisscross $possessive thighs and calves down to a pair of golden heels. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - crisscross $possessive thighs and calves down to a pair of golden heels with short stockings. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - crisscross $possessive thighs and calves down to a pair of golden heels with long stockings. - <<elseif ($activeSlave.shoes == "pumps")>> - crisscross $possessive thighs and calves down to a pair of golden pumps. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - crisscross $possessive thighs and calves down to a pair of golden pumps with short stockings. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - crisscross $possessive thighs and calves down to a pair of golden pumps with long stockings. - <<elseif ($activeSlave.shoes == "short stockings")>> - crisscross $possessive thighs and calves down to a pair of short stockings. - <<elseif ($activeSlave.shoes == "long stockings")>> - crisscross $possessive thighs and calves down to a pair of long stockings. - <<elseif ($activeSlave.shoes == "extreme heels")>> - crisscross $possessive thighs and calves down to a pair of excruciatingly high golden heels. - <<else>> - end at mid-calf, leaving $possessive feet bare except for a set of jeweled toe-rings. - <</if>> + bangles which + <<switch $activeSlave.shoes>> + <<case "flats">> + connect to the thin straps of a pair of sandals of the same golden chain. + <<case "flats with short stockings">> + connect to the thin straps of a pair of sandals of the same golden chain with short stockings. + <<case "flats with long stockings">> + connect to the thin straps of a pair of sandals of the same golden chain with long stockings. + <<case "boots">> + crisscross $possessive thighs and calves down to a pair of soles to form boots of golden chains. + <<case "heels">> + crisscross $possessive thighs and calves down to a pair of golden heels. + <<case "heels with short stockings">> + crisscross $possessive thighs and calves down to a pair of golden heels with short stockings. + <<case "heels with long stockings">> + crisscross $possessive thighs and calves down to a pair of golden heels with long stockings. + <<case "pumps">> + crisscross $possessive thighs and calves down to a pair of golden pumps. + <<case "pumps with short stockings">> + crisscross $possessive thighs and calves down to a pair of golden pumps with short stockings. + <<case "pumps with long stockings">> + crisscross $possessive thighs and calves down to a pair of golden pumps with long stockings. + <<case "short stockings">> + crisscross $possessive thighs and calves down to a pair of short stockings. + <<case "long stockings">> + crisscross $possessive thighs and calves down to a pair of long stockings. + <<case "extreme heels">> + crisscross $possessive thighs and calves down to a pair of excruciatingly high golden heels. + <<default>> + end at mid-calf, leaving $possessive feet bare except for a set of jeweled toe-rings. + <</switch>> <<chastityPiercingDescription>> <<default>> - <<if ($activeSlave.shoes == "flats")>> - a pair of simple sandals which just call attention to her otherwise nude state. - <<elseif ($activeSlave.shoes == "flats with short stockings")>> - a pair of simple sandals and short stockings which just call attention to her otherwise nude state. - <<elseif ($activeSlave.shoes == "flats with long stockings")>> - a pair of simple sandals and long stockings which just call attention to her otherwise nude state. - <<elseif ($activeSlave.shoes == "boots")>> - a pair of sexy leather boots which just call attention to her otherwise nude state. - <<elseif ($activeSlave.shoes == "heels")>> - a pair of sexy heels which just call attention to her otherwise nude state. - <<elseif ($activeSlave.shoes == "heels with short stockings")>> - a pair of sexy heels and short stockings which just call attention to her otherwise nude state. - <<elseif ($activeSlave.shoes == "heels with long stockings")>> - a pair of sexy heels and long stockings which just call attention to her otherwise nude state. - <<elseif ($activeSlave.shoes == "pumps")>> - a pair of sexy pumps which just call attention to her otherwise nude state. - <<elseif ($activeSlave.shoes == "pumps with short stockings")>> - a pair of sexy pumps and short stockings which just call attention to her otherwise nude state. - <<elseif ($activeSlave.shoes == "pumps with long stockings")>> - a pair of sexy pumps and long stockings which just call attention to her otherwise nude state. - <<elseif ($activeSlave.shoes == "short stockings")>> - a pair of short stockings which just call attention to her otherwise nude state. - <<elseif ($activeSlave.shoes == "long stockings")>> - a pair of long stockings which just call attention to her otherwise nude state. - <<elseif ($activeSlave.shoes == "extreme heels")>> - a pair of daringly high heels which just call attention to her otherwise nude state. - <<else>> - nothing on $possessive bare feet either, naturally. - <</if>> + <<switch $activeSlave.shoes>> + <<case "flats">> + a pair of simple sandals which just call attention to her otherwise nude state. + <<case "flats with short stockings">> + a pair of simple sandals and short stockings which just call attention to her otherwise nude state. + <<case "flats with long stockings">> + a pair of simple sandals and long stockings which just call attention to her otherwise nude state. + <<case "boots">> + a pair of sexy leather boots which just call attention to her otherwise nude state. + <<case "heels">> + a pair of sexy heels which just call attention to her otherwise nude state. + <<case "heels with short stockings">> + a pair of sexy heels and short stockings which just call attention to her otherwise nude state. + <<case "heels with long stockings">> + a pair of sexy heels and long stockings which just call attention to her otherwise nude state. + <<case "pumps">> + a pair of sexy pumps which just call attention to her otherwise nude state. + <<case "pumps with short stockings">> + a pair of sexy pumps and short stockings which just call attention to her otherwise nude state. + <<case "pumps with long stockings">> + a pair of sexy pumps and long stockings which just call attention to her otherwise nude state. + <<case "short stockings">> + a pair of short stockings which just call attention to her otherwise nude state. + <<case "long stockings">> + a pair of long stockings which just call attention to her otherwise nude state. + <<case "extreme heels">> + a pair of daringly high heels which just call attention to her otherwise nude state. + <<default>> + nothing on $possessive bare feet either, naturally. + <</switch>> <</switch>> <</if>> /* end amp check */ <</widget>>