How to Add More than 6 selectable Units to a Map (FAQ)
Posted: Thu Apr 12, 2007 7:08 pm
It's actually easier than you might think:
In the SetupTeams, you'll want to add this under the SetHeroClass:
Example:
That's from my Mount Corona LUA.
So just replace that REP with your side name; and replace the roc_inf_arnhem_rifleman with your unit's name.
Hope that helped, although I wrote it in an odd way that confuses me slightly...
In the SetupTeams, you'll want to add this under the SetHeroClass:
Example:
Code: Select all
AddUnitClass(REP, "roc_inf_arnhem_rifleman",1, 4)So just replace that REP with your side name; and replace the roc_inf_arnhem_rifleman with your unit's name.
Hope that helped, although I wrote it in an odd way that confuses me slightly...