Npc create equipment: Difference between revisions
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 | 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== | ||
* < | * [[npc_create_equipment]] <nowiki>[weaponname]</nowiki> | ||
** Sets the weapon to give to new | ** Sets the weapon to give to new [[:Category:NPCs|NPCs]] to <nowiki>[weaponname]</nowiki>. | ||
* | * [[npc_create_equipment]] | ||
** Returns the current weapon that will be given to new | ** 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
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
- npc_create_equipment [weaponname]
- Sets the weapon to give to new NPCs to [weaponname].
- npc_create_equipment
- Returns the current weapon that will be given to new NPCs.