local ScenarioUtils = import('/lua/sim/ScenarioUtilities.lua')
function OnPopulate()
ScenarioUtils.InitializeArmies()
end
function OnStart(self)
end
Is Script...
version = 3
ScenarioInfo = {
name = '6v6 Christmas Gap',
description = '6v6 Christmas Gap',
type = 'skirmish',
starts = true,
preview = '',
size = {1024, 1024},
map = '/maps/6v6 Christmas Gap/6v6 Christmas Gap.scmap',
save = '/maps/6v6 Christmas Gap/6v6 Christmas Gap_save.lua',
script = '/maps/6v6 Christmas Gap/6v6 Christmas Gap_script.lua',
norushradius = 0.000000,
norushoffsetX_ARMY_1 = 0.000000,
norushoffsetY_ARMY_1 = 0.000000,
norushoffsetX_ARMY_2 = 0.000000,
norushoffsetY_ARMY_2 = 0.000000,
norushoffsetX_ARMY_3 = 0.000000,
norushoffsetY_ARMY_3 = 0.000000,
norushoffsetX_ARMY_4 = 0.000000,
norushoffsetY_ARMY_4 = 0.000000,
norushoffsetX_ARMY_5 = 0.000000,
norushoffsetY_ARMY_5 = 0.000000,
norushoffsetX_ARMY_6 = 0.000000,
norushoffsetY_ARMY_6 = 0.000000,
norushoffsetX_ARMY_7 = 0.000000,
norushoffsetY_ARMY_7 = 0.000000,
norushoffsetX_ARMY_8 = 0.000000,
norushoffsetY_ARMY_8 = 0.000000,
norushoffsetX_ARMY_9 = 0.000000,
norushoffsetY_ARMY_9 = 0.000000,
norushoffsetX_ARMY_10 = 0.000000,
norushoffsetY_ARMY_10 = 0.000000,
norushoffsetX_ARMY_11 = 0.000000,
norushoffsetY_ARMY_11 = 0.000000,
norushoffsetX_ARMY_12 = 0.000000,
norushoffsetY_ARMY_12 = 0.000000,
Configurations = {
['FFA'] = {
teams = {
{ name = 'FFA', armies = {'ARMY_1','ARMY_2','ARMY_3','ARMY_4','ARMY_5','ARMY_6','ARMY_7','ARMY_8','ARMY_9','ARMY_10','ARMY_11','ARMY_12',} },
},
customprops = {
},
},
}}
is Scenario...
What is the issue?