Weapon citizenpackage: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(weapon_citizenpackage description.)
 
No edit summary
Line 6: Line 6:


The weapon_citizenpackage is a weapon entity used for [[npc_citizen]] seen throughout the game. The entity should be used for scripted sequences only, and not intented for the player to use, since the viewmodel is incorrect, and contains errors. The citizenpackage also follows all physics rules as if it were a [[prop_physics]].
The weapon_citizenpackage is a weapon entity used for [[npc_citizen]] seen throughout the game. The entity should be used for scripted sequences only, and not intented for the player to use, since the viewmodel is incorrect, and contains errors. The citizenpackage also follows all physics rules as if it were a [[prop_physics]].
[[Category:Entities]]
[[Category:Weapons]]

Revision as of 13:58, 31 October 2005

Template:Wrongtitle

Entity Description

Citizen Package

The weapon_citizenpackage is a weapon entity used for npc_citizen seen throughout the game. The entity should be used for scripted sequences only, and not intented for the player to use, since the viewmodel is incorrect, and contains errors. The citizenpackage also follows all physics rules as if it were a prop_physics.