SetEncounterSpawnsCurrent(int, object)
Sets the number of times that an encounter has spawned.
void SetEncounterSpawnsCurrent( int nNewValue, object oEncounter = OBJECT_SELF );
Parameters
nNewValue
The new number of times the encounter has spawned.
oEncounter
The encounter to change the value of. (Default: OBJECT_SELF)
Description
Sets the number of times that oEncounter has spawned so far
Version
1.22
See Also
functions: | GetEncounterSpawnsCurrent |
categories: | Encounter Functions |
author: Tom Cassiotis
Send comments on this topic.