Template:KV BaseNPCMaker: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Robot: fixing template case.) |
||
Line 1: | Line 1: | ||
{{kv targetname}} | {{kv targetname}} | ||
* {{ | * {{KV Angles}} | ||
* {{kv enabledisable}} | * {{kv enabledisable}} |
Revision as of 19:41, 19 January 2009
- Pitch Yaw Roll (Y Z X) (angles) <QAngle>
- This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
- 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.