LuaAPI.wiki
changeset 1702 e9a2b9e33060
parent 1700 ef1f9ddfe5e2
child 1703 c7d3e5459a58
equal deleted inserted replaced
1701:b131247a8f29 1702:e9a2b9e33060
  1613 || `siMaxTeamDamage` || Team with most damage inflicted to self. `statMessage` must be in the format “`<damage> <team name>`”. || No ||
  1613 || `siMaxTeamDamage` || Team with most damage inflicted to self. `statMessage` must be in the format “`<damage> <team name>`”. || No ||
  1614 || `siKilledHHs` || Total number of killed hedgehogs (converted to string). || No ||
  1614 || `siKilledHHs` || Total number of killed hedgehogs (converted to string). || No ||
  1615 || `siTeamStats` || This does not have an effect. || No ||
  1615 || `siTeamStats` || This does not have an effect. || No ||
  1616 || `siMaxStepDamage` || Most damage in one turn for the “best shot award”. `statMessage` must be in format “`<damage> <hedgehog name> (<team name>)`”. || No ||
  1616 || `siMaxStepDamage` || Most damage in one turn for the “best shot award”. `statMessage` must be in format “`<damage> <hedgehog name> (<team name>)`”. || No ||
  1617 || `siMaxTurnSkips` || Team with most skips. `statMessage` must be of format “`<number> <teamName>`”. || No ||
  1617 || `siMaxTurnSkips` || Team with most skips. `statMessage` must be of format “`<number> <teamName>`”. || No ||
  1618 || `siTeamRank` || Overwrite rank of team. `statMessage` is the rank of your choice. Must be sent before `siPlayerKills` of the team in question. || Mo ||
  1618 || `siTeamRank` || Overwrite rank of team. `statMessage` is the rank of your choice. Must be sent before `siPlayerKills` of the team in question. || No ||
  1619 
  1619 
  1620 <b>Examples:</b>
  1620 <b>Examples:</b>
  1621 
  1621 
  1622 <code language="lua">
  1622 <code language="lua">
  1623 -- will automatically change the health icon to a star
  1623 -- will automatically change the health icon to a star