Scripted target: Difference between revisions
Jump to navigation
Jump to search
m (→Keyvalues) |
mNo edit summary |
||
Line 2: | Line 2: | ||
==Entity Description== | ==Entity Description== | ||
A point entity that targets an NPC for use in scripted sequences. | A point entity that targets an NPC for use in scripted sequences. | ||
Revision as of 10:07, 12 July 2005
Entity Description
A point entity that targets an NPC for use in scripted sequences.
Keyvalues
- m_iszEntity
- <npcclass> NPC target.
- m_flRadius
- <integer> Radius to search within for an NPC to use. A value of "0" searches everywhere in the map.
- MoveSpeed
- <integer>
- PauseDuration
- <integer>
- EffectDuration
- <integer>
- target
- <target_destination> Next Target
Inputs
Outputs
- AtTarget
- Fires when NPC reaches this target.
- LeaveTarget
- Fires when NPC leaves this target