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
Code: Select all
If !Actor.isCreature()
Actor.dress()
Endif