# HG changeset patch # User Wuzzy # Date 1543882178 0 # Node ID 35f6bcebe525b3835e93e9e74f362f0b568fc440 # Parent 009208830d8570255cc1d305d813d5be203a33d8 LuaAPI: Add siTeamRank diff -r 009208830d85 -r 35f6bcebe525 LuaAPI.wiki --- a/LuaAPI.wiki Tue Dec 04 00:05:30 2018 +0000 +++ b/LuaAPI.wiki Tue Dec 04 00:09:38 2018 +0000 @@ -1551,7 +1551,7 @@ || `siTeamStats` || This does not have an effect. || No || || `siMaxStepDamage` || Most damage in one turn for the “best shot award”. `statMessage` must be in format “` ()`”. || No || || `siMaxTurnSkips` || Team with most skips. `statMessage` must be of format “` `”. || No || - +|| `siTeamRank` || Overwrite rank of team. `statMessage` is the rank of your choice. Must be sent before `siPlayerKills` of the team in question. || Mo || Examples: @@ -1599,6 +1599,10 @@ -- team with most skips SendStat(siMaxTurnSkips, "3 teamName") +-- set 15 kills for team "MyTeam" and overwrite its rank to 3 +SendStat(siPlayerKills, "15", "MyTeam") +SendStat(siTeamRank, "3") + Important: