ConfigurationFiles.wiki
changeset 582 96dd549eeead
parent 581 210498f64820
child 643 1d8279176ba6
--- a/ConfigurationFiles.wiki	Mon Aug 03 22:32:55 2015 +0000
+++ b/ConfigurationFiles.wiki	Mon Aug 03 22:34:06 2015 +0000
@@ -165,7 +165,7 @@
 Campaign variable names and their values can are chosen by the Lua script authors, but there are some special variables which are used to determine which missions are available in the main menu:
 
 || *Setting* || *Type* || *Description* ||
-|| `Progress` || Integer || If present, this number of missions additional to the first missions are unlocked in the menu, starting with the first mission and continuing with the following missions in their regular order (as specified in `campaign.ini`). If the number is `0`, only the first mission is available. ||
+|| `Progress` || Integer || If present, this number of missions _additional to the first mission_ are unlocked in the menu, starting with the second mission and continuing with the following missions in their regular order (as specified in `campaign.ini`). If the number is `0`, only the first mission is available. ||
 || `UnlockedMissions` || Integer || An alternative way to store the unlocked missions in the main menu if the missions aren't unlocked in the regular order. This number specifies how many missions are unlocked. If this variable is set, then the variables `Mission1`, `Mission2`, etc. must be used to specfify the IDs of the unlocked missions. ||
 || `Mission1` || Integer || The `campaign.ini` ID of the first unlocked mission, must be used together with `UnlockedMissions` ||
 || `Mission2` || Integer || ID of the second unlocked mission (continues with `Mission3`, `Mission4`, and so on) ||