This article's documentation is for the "GoldSrc" engine. Click here for more information.

game_player_equip

From Valve Developer Community
Jump to: navigation, search

game_player_equip is a point entity available in all GoldSrc GoldSrc games. This entity allows you to provide the player with specific items when it is triggered. In deathmatch games, this entity can also be used to give items to players upon spawning.

Key Values


Targetname:
Name (targetname) <targetname>
The targetname that other entities refer to this entity by.
Master (master) <string>
Name of a master entity.

Flags

  •  [1] : Use Only
       If enabled, only triggering the game_player_equip will cause it to dispense items. This will prevent items being given upon spawning in a deathmatch game. Only the player who caused the trigger will receive items.