[Condition] isNaked
Posted: Sun Oct 31, 2021 7:06 pm
Actor.isNaked()
USE:
Check if the actor is completely without any clothes
TYPE: Condition, Reference
RETURNS: bool
THEME: Clothes
COMPARE:
EXAMPLE:
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