Page 1 of 1

How To Only Make One Side Playable? [Solved]

Posted: Tue Nov 15, 2016 7:06 pm
by Stealchief
I Have A Map That Is Darth Vader Vs Clones How Do I Make Only Darth Vader Playable (Darth Vader Is Republic And Clones Are CIS)

Re: How To Only Make One Side Playable?

Posted: Tue Nov 15, 2016 8:39 pm
by Teancum
Add this to your LUA file for the map: ForceHumansOntoTeam1(1)

Re: How To Only Make One Side Playable?

Posted: Wed Nov 16, 2016 2:39 am
by Marth8880
Teancum wrote:Add this to your LUA file for the map: ForceHumansOntoTeam1(1)
I'm fairly certain that there is no argument to pass into the function, so all you'd need is ForceHumansOntoTeam1().

Re: How To Only Make One Side Playable?

Posted: Thu Nov 17, 2016 3:42 pm
by Stealchief
Thanks!!