Commentary zombie spawner: Difference between revisions
Jump to navigation
Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot under supervision.) |
Thunder4ik (talk | contribs) m (→See also: clean up, replaced: See Also → See also) |
||
Line 12: | Line 12: | ||
{{IO|OnSpawnedZombieDeath|Fired when one of the zombies spawned by this entity has died.}} | {{IO|OnSpawnedZombieDeath|Fired when one of the zombies spawned by this entity has died.}} | ||
==See | ==See also== | ||
* {{ent|info_zombie_spawn}} | * {{ent|info_zombie_spawn}} | ||
[[Category:Commentary System]] | [[Category:Commentary System]] |
Revision as of 02:10, 6 January 2024
![]() |
---|
CCommentaryZombieSpawner |
commentary_zombie_spawner
is an e0 available in Left 4 Dead series. It is a manual spawning point for specific types of zombies for the Commentary System.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
- SpawnZombie <string >
- Spawn a specific zombie now. String format is zombie type followed by an optional target name (e.g., smoker,BostonJoe or common_male_suit).
Zombie types: Boomer, Common_*, Hunter, Smoker, Tank, Witch.
Zombie types: Jockey, Charger, Spitter
Outputs
- OnSpawnedZombieDeath
- Fired when one of the zombies spawned by this entity has died.