This article's documentation is for the "GoldSrc" engine. Click here for more information.

Bb spawn zombie

From Valve Developer Community
Revision as of 22:12, 25 September 2023 by NOUG4AT (talk | contribs)
Jump to navigation Jump to search
monster_zombie
Brainbread-zombie1.png
TypePoint entity
EngineGoldSrc
AvailabilityBrainBread BrainBread
 

This is a bb_spawn_zombie available in BrainBread BrainBread.

Warning.pngWarning:
  • The {{{engine}}} parameter is inconsistent with the name defined by the {{gldsrc}} template. This can most likely be fixed by setting the value of the {{{engine}}} parameter to GoldSrc.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.

Which creates monster spawner. Template:ModernTip

Bb spawn zombie is based on monstermaker entity. Therefore, much of the documentation pertaining to monstermaker may also apply to Bb spawn zombie.


Key Values

Target On Release (target) <string>
Monster to spawn (monstertype) <string>
Class of all NPCs spawned by this entity.
Childrens' Name (netname) <string>
Targetname of all NPCs spawned by this entity.
Max live children (m_imaxlivechildren) <string>
Maximum number of live children allowed at one time. Spawnings will be suspended until a monster dies. A value of 0 means infinite (obviously not recommended if delay is too low and monstercount is infinite).
Number of Monsters (monstercount) <string>
The maximum number of entities to spawn (0, -1 no limit).
Minimum respawn delay (mindelay) <string>
if delay is -1, new monster will be made when last monster dies.
Maximum respawn delay (maxdelay) <string>
Delay is how often (seconds) a new monster will be dookied out.

Flags

Start ON : [1]
Cyclic : [4]
MonsterClip : [8]