AlvaroSousa
Posts: 9927
Joined: 7/29/2013 Status: offline
|
You need Beta 8U7 to fix the error in the game. Which is up as of last week. As for Loops... this is the file //loop construct. Auto adapts for land/air/naval //enter x, y .... exit x, y ..... delay in turns..... which side can use 0=all, 1=axis, 2=allies 104,0,201,2,2,2 106,0,224,3,2,2 201,0,104,4,2,2 203,0,224,3,1,2 225,0,104,0,2,2 227,0,201,2,1,2 Change it to this if you want everyone to use it //loop construct. Auto adapts for land/air/naval //enter x, y .... exit x, y ..... delay in turns..... which side can use 0=all, 1=axis, 2=allies 104,0,201,2,2,0 106,0,224,3,2,0 201,0,104,4,2,0 203,0,224,3,1,0 225,0,104,0,2,0 227,0,201,2,1,0
_____________________________
Creator Kraken Studios - WarPlan - WarPlan Pacific Designer Strategic Command - Brute Force (mod) SC2 - Assault on Communism SC2 - Assault on Democracy SC2 - Map Image Importer SC3
|