diff options
Diffstat (limited to 'docs/PlayerVars.md')
-rw-r--r-- | docs/PlayerVars.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/PlayerVars.md b/docs/PlayerVars.md new file mode 100644 index 0000000..b2ec8d2 --- /dev/null +++ b/docs/PlayerVars.md @@ -0,0 +1,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) |