Template:KV BaseNPCMaker: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''MaxNPCCount'''
{{kv targetname}}
 
* {{kv angles}}
 
* {{kv enabledisable}}
 
* '''MaxNPCCount'''
: <integer> Number of NPCs that will spawn before this spawner is exhausted.
: <integer> Number of NPCs that will spawn before this spawner is exhausted.



Revision as of 17:44, 11 July 2005

Template:Kv targetname

  • MaxNPCCount
<integer> Number of NPCs that will spawn before this spawner is exhausted.
  • SpawnFrequency
<string> How often (in seconds) a new NPC will be spawned. If set to -1, a new NPC will be made when the last NPC dies.
  • MaxLiveChildren
<integer> Maximum number of live children allowed at any one time (new ones will not be made until one dies). If set to -1, no limit is applied.