Game score: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(bot-assisted)
 
Line 2: Line 2:


==Entity Description==
==Entity Description==
An entity that awards/deducts points from the player who activates it.  
[[Image:{{PAGENAME}}.png|left]]
An entity that modifies the points of the player who activates it.{{clr}}


==Availability==
==Availability==

Revision as of 22:53, 29 March 2006

Template:Wrongtitle

Entity Description

Game score.png

An entity that modifies the points of the player who activates it.

Availability

Template:In game Template:Game-base Template:In code

Keyvalues

<integer> Points to add (+/-).
  • master
<string> Legacy support: The name of a master entity. If the master hasn't been activated, this entity will not activate.

Flags

  • 1 : Allow Negative
  • 2 : Team Points

Inputs

Add score to player.

Outputs