summaryrefslogtreecommitdiff
path: root/docs/PlayerVars.md
blob: b2ec8d2ba89e5422f388bd2f7b91075c26bcf730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Player Vars

* `player_hp` - Your current HP
* `player_maxhp` - The maximum HP for your class
* `player_credits` - The number of credits/evos you currently hold
* `player_score` - Your current score on the board
* `player_attackername` - Name of the player who last attacked you
* `player_crosshairname` - Name of the player in your crosshairs

## Team Vars

* `team_bp` - Your teams remaining available build points
* `team_kns` - Number of kills till your team advances to the next stage
* `team_teamname` - Human readable of your team name (i.e., "humans", "aliens" or "spectator")
* `team_stage` - Your teams current stage (1, 2 or 3. 0 for spectators)