GameTurn
From Civilization Modding Wiki
Revision as of 11:42, 31 May 2009 by CivRocks07 (talk | contribs) (Created page with 'GameTurn is the game turn that the scenario begins on. Every scenario starts turn 0 (the first turn is defined as zero [0]) but you can start the scenario on a different turn num...')
GameTurn is the game turn that the scenario begins on. Every scenario starts turn 0 (the first turn is defined as zero [0]) but you can start the scenario on a different turn number by defining this variable.
EG: WW2 started September 1939. You define the calendar as CALENDAR_MONTHS. The first turn is always the first calendar segment (in this case January). To specify September, you would set GameTurn=8.