Info l4d1 survivor spawn: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '{{wrongtitle|title=info_l4d1_survivor_spawn}} An entity used in the ''Left 4 Dead 2'' Hammer to make the original Survivors spawn. === Keyvalues === * Name: The name of this ent…')
 
(Added cookie-cutter/stubby goodness.)
Line 1: Line 1:
{{wrongtitle|title=info_l4d1_survivor_spawn}}
{{l4d2 point|info_l4d1_survivor_spawn}} It is used to spawn a L4D1 survivor as seen in The Passing campaign.
An entity used in the ''Left 4 Dead 2'' Hammer to make the original Survivors spawn.
 
=== Keyvalues ===
* Name: The name of this entity.
* Character: Which Survivor to spawn here.
{{stub}}
{{stub}}
== Keyvalues ==
{{KV Targetname}}
*;Character <code><choices></code>
:Which survivor to spawn here. Choices include Louis, Francis, Bill, and Zoey.
== Inputs ==
{{I Targetname}}
*;SpawnSurvivor
:Spawn the survivor.
== Outputs ==
{{O Targetname}}
== Flags ==
There are no flags.
== See also ==
== External links ==
{{todo|limitations of bots, usage, caveats}}

Revision as of 23:36, 5 March 2011

Template:L4d2 point It is used to spawn a L4D1 survivor as seen in The Passing campaign.

Stub

This article or section is a stub. You can help by expanding it.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

  • Character <choices>
Which survivor to spawn here. Choices include Louis, Francis, Bill, and Zoey.

Inputs

  • SpawnSurvivor
Spawn the survivor.

Outputs

Flags

There are no flags.

See also

External links

Todo: limitations of bots, usage, caveats