[Condition] isNude

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post 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
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply