Npc create equipment: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=npc_create_equipment}}
{{wrongtitle|title=npc_create_equipment}}


The <code>npc_create_equipment</code> console variable allows you to specify a weapon that will be given to an NPC when <code>[[npc_create]]</code> is used.
The [[npc_create_equipment]] [[console variable]] allows you to specify a [[:Category:Weapons|weapon]] that will be given to an [[:Category:NPCs|NPC]] when <code>[[npc_create]]</code> is used.


==Usage==
==Usage==
* <code>npc_create_equipment [weaponname]</code>
* [[npc_create_equipment]] <nowiki>[weaponname]</nowiki>
** Sets the weapon to give to new monsters to <code>[weaponname]</code>.
** Sets the weapon to give to new [[:Category:NPCs|NPCs]] to <nowiki>[weaponname]</nowiki>.
* <code>npc_create_equipment</code>
* [[npc_create_equipment]]
** Returns the current weapon that will be given to new monsters.
** Returns the current weapon that will be given to new [[:Category:NPCs|NPCs]].


==See also==
==See also==
Choices for Weapons
===Choices for Weapons===
*[[:Category:Weapons]]
*[[:Category:Weapons]]


General AI
===General AI===
*[[ent_text]]
*[[ent_text]]
*[[npc_select]], [[npc_go]], [[npc_task_text]], [[npc_destroy]], [[npc_destroy_unselected]], [[npc_kill]], [[npc_enemies]], [[npc_focus]], [[npc_freeze]], [[npc_squads]], [[npc_viewcone]]
*[[npc_select]], [[npc_go]], [[npc_task_text]], [[npc_destroy]], [[npc_destroy_unselected]], [[npc_kill]], [[npc_enemies]], [[npc_focus]], [[npc_freeze]], [[npc_squads]], [[npc_viewcone]]

Revision as of 06:16, 27 September 2005

Template:Wrongtitle

The npc_create_equipment console variable allows you to specify a weapon that will be given to an NPC when npc_create is used.

Usage

See also

Choices for Weapons

General AI