Jump to content

itfail123

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About itfail123

  • Rank
    Newbie
  1. itfail123

    Help with Orbat Group Script

    unfortunately with that code it ends up showing 0 of the assets, if i add 2 the first assets show the correct number but the second still only shows 1 class 3rdSupportSquadron1 { side = "Resistance"; size = "Battalion"; type = "Support"; commander = "Karmanlis"; commanderRank = "Captain"; text = "3rd Support Squadron"; textShort = "3rd Sqdn"; assets[] = {{I_Heli_light_03_unarmed_F,4},I_Heli_Transport_02_F,4}; }; here is what im using to add 2
  2. help, its only showing 1 instead of 10 units. this is the code im using class 2ndHelicopterSquadron1 { side = "Resistance"; size = "Battalion"; type = "CombatAviation"; commander = "Moritiadou"; commanderRank = "Captain"; text = "2nd Helicopter Squadron"; textShort = "2nd Sqdn"; assets[] = {I_Heli_light_03_F,4}; }; thanks in advance.
×