game_score (Half-Life)
Last edited 16 years ago2008-06-11 08:12:47 UTC
- Wiki
- View Page
-
You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date.
Click here to see the current revision of this page.
This article was converted from a previous version of TWHL and may need to be reviewed
- The formatting may be incorrect due to differences in the WikiCode processing engine, it needs to be revised and reformatted
- Some information may be out of date
- After the article is re-formatted and updated, remove this notice and the Review Required category.
- Some older articles are no longer useful, or they duplicate information from other pages. In this case, delete the page after merging any relevant information into other pages. Contact an admin to delete a page.
Point EntityThis entity gives or takes points from a player or team.
Attributes
- Name (targetname) - Property used to identify entities.
- Master (master) - The name of a multisource (or game_team_master) entity. A master must usually be active in order for the entity to work. Thus they act almost like an on/off switch, in their simplest form, and like an AND gate in the case of the multisource.
- Points to add (+/-) (points) - The number of points to be given or taken.
Flags
- Allow Negative (1) - Set this to allow the game_score to make a score negative.
- Team Points (2) - Set this to make the entity affect the activating player's whole team.
Inputs
Outputs
1 Comment
You must log in to post a comment.
You can login or register a new account.
master
should point to agame_team_master
entity for teamplay mode