[Condition] isCreature
Posted: Sun Oct 31, 2021 1:41 am
Actor.isCreature()
USE:
Check if the actor is a creature and not human
TYPE: Condition, Reference
RETURNS: bool
THEME: Creature
COMPARE: isRelative
EXAMPLE:
USE:
Check if the actor is a creature and not human
TYPE: Condition, Reference
RETURNS: bool
THEME: Creature
COMPARE: isRelative
EXAMPLE:
Code: Select all
If !Actor.isCreature()
Actor.dress()
Endif