Info npc spawn destination: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{wrongtitle|title=info_npc_spawn_destination}}
{{wrongtitle|title=info_npc_spawn_destination}}
==Entity Description==
==Entity Description==
'''Entity Name:''' info_npc_spawn_destination
'''Entity Name:''' info_npc_spawn_destination


NPC Spawn Destination. (Consult npc_template_maker help for more info)
NPC Spawn Destination.


==Keyvalues==
==Keyvalues==
Line 11: Line 12:


*{{kv angles}}
*{{kv angles}}
*'''ReuseDelay'''
*'''ReuseDelay'''
:<float> After an NPC is spawned at this destination, the delay before this destination is eligible for selection again.
:<float> After an NPC is spawned at this destination, the delay before this destination is eligible for selection again.
Line 25: Line 27:
==Outputs==
==Outputs==
*{{o targetname}}
*{{o targetname}}
*'''OnSpawnNPC'''
*'''OnSpawnNPC'''
:Fired when an NPC spawns at this destination.
:Fired when an NPC spawns at this destination.
==See Also==
* [[npc_template_maker]]
[[Category:Entities]]
[[Category:Entities]]

Revision as of 18:50, 11 July 2005

Template:Wrongtitle

Entity Description

Entity Name: info_npc_spawn_destination

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