equal
deleted
inserted
replaced
46 * <tt>!SuddenDeathTurns = 30</tt> - turns until sudden death begins |
46 * <tt>!SuddenDeathTurns = 30</tt> - turns until sudden death begins |
47 * <tt>!WaterRise = 47</tt> - height of water rise at sudden death in pixels |
47 * <tt>!WaterRise = 47</tt> - height of water rise at sudden death in pixels |
48 * <tt>!HealthDecrease = 5</tt> - amount of health decreased on sudden death |
48 * <tt>!HealthDecrease = 5</tt> - amount of health decreased on sudden death |
49 * <tt>Map = "Bamboo"</tt> - the map being played |
49 * <tt>Map = "Bamboo"</tt> - the map being played |
50 * <tt>Theme = "Bamboo"</tt> - the theme to be used |
50 * <tt>Theme = "Bamboo"</tt> - the theme to be used |
51 * <tt>Ready= 5000</tt> - the ready timer at the start of the round |
51 * <tt>!Ready = 5000</tt> - the ready timer at the start of the round |
52 * <tt>MapGen</tt> |
52 * <tt>!MapGen</tt> |
53 * <tt>TemplateFilter</tt> |
53 * <tt>!TemplateFilter</tt> |
54 * <tt>Goals = "Jumping is disabled"</tt> - if you want to add info to the game mode dialog, use "|" to separate lines |
54 * <tt>Goals = "Jumping is disabled"</tt> - if you want to add info to the game mode dialog, use "|" to separate lines |
55 |
55 |
56 If you want to add teams or hogs manually you have to do it here. |
56 If you want to add teams or hogs manually you have to do it here. |
57 |
57 |
58 === <tt>onGameStart()</tt> === |
58 === <tt>onGameStart()</tt> === |