Posted by: Winter_Snake - Friday, May 17, 2013 11:02:56 PM
How would I (either in script of world builder or map.ini file) make it so that when a player builds a Supply Center, a unit doesn't spawn? Like when you create a USA, China, or GLA Supply Center, the unit that collects the supplies doesn't spawn. You have to individualy buy it for it to spawn.

Posted by: Annihilationzh - Saturday, May 18, 2013 8:46:17 AM
[code]Object Tank_ChinaSupplyCenter RemoveModule ModuleTag_12 End Object AirF_AmericaSupplyCenter RemoveModule ModuleTag_12 End Object GLASupplyStash RemoveModule ModuleTag_12 End[/code] etc, etc, etc...