spellsIsMindless(object)

Returns TRUE if the target creature does not have a mind.

int spellsIsMindless(
    object oCreature
);

Parameters

oCreature

The object whose mind you want to examine.


Description

Returns TRUE if the target creature does not have a mind.



Remarks

Returns TRUE if oTarget's racial type is any of the following:
   RACIAL_TYPE_CONSTRUCT
   RACIAL_TYPE_ELEMENTAL
   RACIAL_TYPE_OOZE
   RACIAL_TYPE_UNDEAD
   RACIAL_TYPE_VERMIN

Returns FALSE for all other racial types.


Requirements

#include "x0_i0_spells"


Version

???

See Also

functions:  GetRacialType
constants:  RACIAL_TYPE_*
categories:  Spells Functions


author: Mistress