Info npc spawn destination: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 32: Line 32:
* [[npc_template_maker]]
* [[npc_template_maker]]


[[Category:AI]]
[[Category:Entities]]
[[Category:Entities]]

Revision as of 05:54, 28 September 2005

Template:Wrongtitle

Entity Description

NPC Spawn Destination.

Keyvalues

  • ReuseDelay
<float> After an NPC is spawned at this destination, the delay before this destination is eligible for selection again.
  • RenameNPC
<string> If an NPC spawns at this destination, change that NPC's targetname to this.

Inputs

Outputs

  • OnSpawnNPC
Fired when an NPC spawns at this destination.

See Also