[Condition] isNude
Posted: Sun Oct 31, 2021 7:10 pm
Actor.isNude()
USE:
Check if the actor's Top, Top_Under, Bottom, Bottom_Under slots are all unoccupied
TYPE: Condition, Reference
RETURNS: bool
THEME: Clothes
COMPARE: isNaked()
EXAMPLE:
USE:
Check if the actor's Top, Top_Under, Bottom, Bottom_Under slots are all unoccupied
TYPE: Condition, Reference
RETURNS: bool
THEME: Clothes
COMPARE: isNaked()
EXAMPLE:
Code: Select all
While !Player.isNude()
"Off this goes ... but keep the accessories"
Player.stripOne()
Endwhile