Template:Fl BaseNPC: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(You won't believe how long this took me to figure out...)
m (Minor link fix)
Line 8: Line 8:
* 512 : Fade Corpse
* 512 : Fade Corpse
* 1024 : Think outside PVS
* 1024 : Think outside PVS
* 2048 : Template NPC (will not spawn, used by [[npc_maker]] but '''not''' [[point_template]])
* 2048 : Template NPC (will not spawn, used by [[npc_template_maker]] but '''not''' [[point_template]])
* 4096 : Do Alternate collision for this NPC (player avoidance)
* 4096 : Do Alternate collision for this NPC (player avoidance)
* 8192 : Don't drop weapons
* 8192 : Don't drop weapons

Revision as of 03:29, 1 August 2005

1 : Wait Till Seen

  • 2 : Gag (No IDLE sounds until angry)
  • 4 : Fall to ground (unchecked means *teleport* to ground)
  • 8 : Drop Healthkit
  • 16 : Efficient - Don't acquire enemies or avoid obstacles
  • 128 : Wait For Script
  • 256 : Long Visibility/Shoot
  • 512 : Fade Corpse
  • 1024 : Think outside PVS
  • 2048 : Template NPC (will not spawn, used by npc_template_maker but not point_template)
  • 4096 : Do Alternate collision for this NPC (player avoidance)
  • 8192 : Don't drop weapons