Hi ! I ask again for the redressing.
I made this script to test it.
After the scene Actor2 is invissible. If you leave the house to the map and come back Actor2 has the same clothes as before.
Is it better to use spoilers for Code ?
I made this script to test it.
Code:
WHAT: none
WHERE: none
WHEN: 0 - 24
WHO: none
OTHER: none
SceneStart()
Actor2(Flirty):: "Alright, please enjoy the show."
While !Actor2.isNaked() && count < 10
Actor2.stripOne()
"Off this goes ..."
count += 1
Endwhile
Random
Actor2.dress(Une-Petit-Fleur-Robe_1_F, )
Actor2.dress(Jane-Dress_1_F,)
Actor2.dress(Divalisious-Bottom_1_F, Divalisious-Top_1_F, Divalisious-Wrap_1_F, Jmr-Panties_3_F)
Actor2.dress(Divalisious-Bottom_1_F, Divalisious-Top_1_F)
Actor2.dress(Divalisious-Wrap_1_F)
Actor2.dress(FG-Nighty_1_F, FG-Panty_1_F)
Actor2.dress(Silky-Nights-Top_1_F, Floral-Fiesta-Panty_1_F)
Actor2.dress(FGHM-Nighty_1_F, FGHM-Panty_1_F)
Actor2.dress(FG-Flannel_1_F, FG-Panty_1_F)
Actor2.dress(Bliss-Dress_1_F)
Actor2.dress(Jmr-Babydoll_1_F, Jmr-Panties_1_F)
Actor2.dress(Jmr-Top_1_F, Jmr-Panties_2_F)
Actor2.dress(Jmr-Top_2_F, Jmr-Panties_3_F)
Endrandom
SceneEnd()
Is it better to use spoilers for Code ?
Last edited: