GetIsEncounterCreature
From NWN Lexicon
Contents |
[edit] GetIsEncounterCreature(object)
Determines whether a creature was spawned from an encounter.
int GetIsEncounterCreature( object oCreature = OBJECT_SELF );
[edit] Parameters
oCreature
The creature to check. (Default: OBJECT_SELF)
[edit] Description
Returns TRUE if oCreature was spawned from an encounter, otherwise FALSE.
[edit] Version
1.22
[edit] See Also
author: Tom Cassiotis, editor: Kristian Markon