Npc maker: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 28: Line 28:
: Pick one that is made to function for NPCs
: Pick one that is made to function for NPCs
:{|
:{|
| '''Literal Value''' || '''Description'''
! Literal Value || Description
|-
|-
| [[weapon_pistol]] || Pistol
| [[weapon_pistol]] || Pistol

Revision as of 19:36, 11 July 2005

Template:Wrongtitle

Entity Description

Entity Name: npc_maker

Note.pngNote:Some keyvalues, spawnflags, effect flags, inputs, or outputs might not affect an NPC, based on the functionality and coding of the NPC.

Keyvalues

  • Relationship
<string> Childrens' relationship string
m_RelationshipString defined in the CNPCMaker class
  • NPCType
<npcclass> Class name of spawned NPC
  • NPCTargetname
<string> Childrens' Name
  • NPCSquadname
<string> Childrens' Squad Name
  • NPCHintGroup
<string> Childrens' Hint Group
  • additionalequipment
<choices> Weapons - Allows any weapon
Pick one that is made to function for NPCs
Literal Value Description
weapon_pistol Pistol
weapon_ar2 AR2
weapon_shotgun Shotgun
weapon_smg1 SMG1
weapon_stunstick Stun Stick
weapon_annabelle Grigori's Shotgun
0 Nothing

Flags

Inputs

Outputs