GetEncounterSpawnsCurrent
From NWN Lexicon
Contents |
[edit] GetEncounterSpawnsCurrent(object)
Get the number of times that the encounter has spawned so far.
int GetEncounterSpawnsCurrent( object oEncounter = OBJECT_SELF );
[edit] Parameters
oEncounter
The encounter object you wish to compare or examine. (Default: OBJECT_SELF)
[edit] Description
Returns the number of times that oEncounter has spawned so far since the module started.
[edit] Remarks
Another rarely used function.
[edit] Version
1.22
[edit] See Also
functions: |
author: John Shuell