equal
deleted
inserted
replaced
20 |
20 |
21 * <tt>!ClansCount</tt> - number of clans in the game (teams with the same color belong to one clan) |
21 * <tt>!ClansCount</tt> - number of clans in the game (teams with the same color belong to one clan) |
22 * <tt>!TeamsCount</tt> - number of teams in the game |
22 * <tt>!TeamsCount</tt> - number of teams in the game |
23 * <tt>!TurnTimeLeft</tt> - number of game ticks left until the current turn ends |
23 * <tt>!TurnTimeLeft</tt> - number of game ticks left until the current turn ends |
24 * <tt>!GameTime</tt> - number of total game ticks |
24 * <tt>!GameTime</tt> - number of total game ticks |
25 * <tt>!RealTime</tt> - number of total ticks |
|
26 * <tt>!TotalRounds</tt> - number of round that has passed |
25 * <tt>!TotalRounds</tt> - number of round that has passed |
27 * <tt>!CurrentHedgehog</tt> - the hedgehog gear that is currently in play |
26 * <tt>!CurrentHedgehog</tt> - the hedgehog gear that is currently in play |
28 |
27 |
29 == Event Handlers == |
28 == Event Handlers == |
30 |
29 |