Info npc spawn destination: Difference between revisions
Jump to navigation
Jump to search
m (Technical limitations a) |
No edit summary |
||
Line 1: | Line 1: | ||
{{wrongtitle|title=info_npc_spawn_destination}} | {{wrongtitle|title=info_npc_spawn_destination}} | ||
==Entity Description== | |||
'''Entity Name:''' info_npc_spawn_destination | |||
info_npc_spawn_destination | |||
NPC Spawn Destination. (Consult npc_template_maker help for more info) | NPC Spawn Destination. (Consult npc_template_maker help for more info) | ||
==Keyvalues== | |||
*[[Targetname]] | |||
*[[Parentname]] | |||
*[[Angles]] | |||
*'''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== | |||
*[[Targetname]] | |||
*[[Parentname]] | |||
OnSpawnNPC Fired when an NPC spawns at this destination. | ==Outputs== | ||
*[[Targetname]] | |||
*'''OnSpawnNPC''' | |||
:Fired when an NPC spawns at this destination. | |||
[[Category:Entities]] |
Revision as of 20:33, 9 July 2005
Entity Description
Entity Name: info_npc_spawn_destination
NPC Spawn Destination. (Consult npc_template_maker help for more info)
Keyvalues
- Angles
- 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
- Targetname
- OnSpawnNPC
- Fired when an NPC spawns at this destination.