Modding Div's
Posted: Fri Jun 22, 2007 4:09 pm
				
				HI, 
Can anyone tell me how to modify the number of divisions available in the game?
Thanks.
			Can anyone tell me how to modify the number of divisions available in the game?
Thanks.
Discussion forum about the wargames Birth of America, AACW, Ageod games and strategy games in general
http://ageod-forum.com/
Code: Select all
SelectFaction = $CSA
StartEvent = evt_nam_CSA_ForcePoolAdditionJune61|1|0|NULL|NULL|NULL|NULL
Conditions
  FixedDate = 1861/06/01
Actions
  SetCombiUnits = 0;0;6
  ChangeUnitPool = $uni_CSA_Bde1VA;1
  ChangeUnitPool = $uni_CSA_Bde2TN;1
[.....]
EndEvent