Ai goal lead weapon: Difference between revisions
Jump to navigation
Jump to search
Cargo Cult (talk | contribs) m (More formatting.) |
No edit summary |
||
Line 7: | Line 7: | ||
AI Goal Lead (Weapon). A version of the [[ai_goal_lead]] entity that requires the player to have the specified weapon before the Actor(s) will lead the player to their target. | AI Goal Lead (Weapon). A version of the [[ai_goal_lead]] entity that requires the player to have the specified weapon before the Actor(s) will lead the player to their target. | ||
== | ==Keyvalues== | ||
* '''Name''' '' | * [[LeadGoalBase]] | ||
: | * '''Weapon (WeaponName)''' | ||
:<choices> Weapon Name | |||
:*weapon_bugbait | |||
:*Weapon_smg1 | |||
:*weapon_ar2 | |||
* '''MissingWeaponConceptModifier''' | |||
:<string> Missing weapon concept modifier | |||
* '''SearchType''' | |||
:<string> How to search for the entities using the targetname. | |||
:*Entity name | |||
:*Classname | |||
:How to search for the entities using the targetname. | |||
==Inputs== | |||
* | * [[LeadGoalBase]] | ||
==Outputs== | |||
* [[LeadGoalBase]] | |||
* | |||
[[Category:AI]] | [[Category:AI]] | ||
[[Category:Entities]] | [[Category:Entities]] |
Revision as of 16:44, 9 July 2005
Entity Description
Entity Name: ai_goal_lead_weapon
AI Goal Lead (Weapon). A version of the ai_goal_lead entity that requires the player to have the specified weapon before the Actor(s) will lead the player to their target.
Keyvalues
- LeadGoalBase
- Weapon (WeaponName)
- <choices> Weapon Name
- weapon_bugbait
- Weapon_smg1
- weapon_ar2
- MissingWeaponConceptModifier
- <string> Missing weapon concept modifier
- SearchType
- <string> How to search for the entities using the targetname.
- Entity name
- Classname
- How to search for the entities using the targetname.