How do you get neutral base defence to attack other players? 
There are settings: Neutral; Multi0; Multi1; Multi2 etc.; Creeps.
Anything to do with that? What is that about anyway?
			
			
									
									
						Map making question
Re: Map making question
OK I think I worked out how to do it.
			
			
									
									
						You need to add opposing players to "Enemies:".
Like this
			
			
									
									
						Like this
Code: Select all
 PlayerReference@PlayerA:
	Name: PlayerA
	Playable: True
	Race: soviet
	Enemies: PlayerB
PlayerReference@PlayerB:
	Name: PlayerB
	Playable: True
	Race: allies
	Enemies: PlayerA
