Page 1 of 1

[Condition] isNude

Posted: Sun Oct 31, 2021 7:10 pm
by Raddeck
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:

Code: Select all

    While !Player.isNude()
        "Off this goes ... but keep the accessories"
        Player.stripOne()
    Endwhile