From 425decdf7e9284d15aa726e3ae96b9942fb0e3ea Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Sun, 16 Feb 2020 03:40:06 +0000 Subject: create tremded branch --- docs/PlayerVars.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/PlayerVars.md (limited to 'docs/PlayerVars.md') 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) -- cgit