Npc rollermine: Difference between revisions
Jump to navigation
Jump to search
Note:Some keyvalues, spawnflags, effect flags, inputs, or outputs might not affect an NPC, based on the functionality and coding of the NPC.
m (!activator) |
|||
Line 17: | Line 17: | ||
* {{o basenpc}} | * {{o basenpc}} | ||
* '''OnPhysGunPickup''' | * '''OnPhysGunPickup''' | ||
: Picked up with physgun | : Picked up with physgun. Use !activator to target the player. | ||
* '''OnPhysGunDrop''' | * '''OnPhysGunDrop''' | ||
: Released by physgun | : Released by physgun. Use !activator to target the player. | ||
[[Category:Entities]] [[Category:NPCs]] | [[Category:Entities]] [[Category:NPCs]] |
Revision as of 18:59, 16 April 2006
Entity Description
Call it an artificially intelligent prop_physics.

Keyvalues
- Template:Kv basenpc
- startburied
- <boolean>
Flags
- Template:Fl basenpc
- 65536 : Friendly
Inputs
Outputs
- Template:O basenpc
- OnPhysGunPickup
- Picked up with physgun. Use !activator to target the player.
- OnPhysGunDrop
- Released by physgun. Use !activator to target the player.