Page 1 of 1

[Condition] isNaked

Posted: Sun Oct 31, 2021 7:06 pm
by Raddeck
Actor.isNaked()


USE:
Check if the actor is completely without any clothes


TYPE: Condition, Reference
RETURNS: bool
THEME: Clothes
COMPARE:


EXAMPLE:

Code: Select all

    While !Player.isNaked()
        "Off this goes ..."
        Player.stripOne()
    Endwhile