[Command] removeAddedClothes
Posted: Thu Nov 04, 2021 7:52 pm
removeAddedClothes()
USE:
Remove all clothes from your inventory that were added during this scene.
Used for modelling shoots.
TYPE: Command, Non-Ref
RETURNS: /
THEME: Clothes
COMPARE: dress, dressExcept
EXAMPLE:
USE:
Remove all clothes from your inventory that were added during this scene.
Used for modelling shoots.
TYPE: Command, Non-Ref
RETURNS: /
THEME: Clothes
COMPARE: dress, dressExcept
EXAMPLE:
Code: Select all
"Aside from my agreed pay, they also offered to let me keep the clothes I did the photoshoots in."
0:: "Keep the clothes also"
1:: "Just take the money"
If 1
removeAddedClothes()
Endif