More than 6 units?

Started by mcneb10, June 02, 2019, 08:50:46 AM

Previous topic - Next topic
How can I have more than 6 units that the player can be
QuoteSpace cowboys are the best cowboys
George Washington after completing the Kessel run in 11 parsecs

I'm not sure how to have more than 7 units but adding the marine type into the setup team part will add another unit; I'm not sure if the pilot type would work. Hope it helps :)

This is what I'm talking about when I say the "setup team part":
[spoiler]   SetupTeams{
      x = {
         team = x,
         units = x,
         reinforcements = x,
         soldier  = { "x",number, number},
         engineer = { "x",number, number},
         sniper   = { "x",number, number},
         officer = { "x",number, number},
         special = { "x",number, number},
         assault  = { "x",number, number},
         marine  = { "x",number, number},[/spoiler]

I found out how. Just do [spoiler]AddUnitClass(REP,"person",1,4)[/spoiler]
QuoteSpace cowboys are the best cowboys
George Washington after completing the Kessel run in 11 parsecs

AddUnitClass is better or in setupteams script you can add your own class