ddewar10
  • ddewar10
  • 55.25% (Neutral)
  • Private Topic Starter
14 years ago
Hey everybody!

I am trying to create a 2 player mutliplayer Map using world builder Zero Hour that all the barracks on the map produce infantry of all factions. For some reason my scripts are failing to work, any suggestions? This is what I've been trying to use:


*** IF ***
True.
*** THEN ***
Command button: 'GC_Chem_Command_ConstructGLAInfantryRebel
' is added to all objects of type 'AmericaBarracks' in slot number 6 (1-12).

Sponsor
Annihilationzh
14 years ago
2 things.

1) You need to remove the invisible character (letter). I discovered this personally on a computer that displayed the character as a square. The character is actually the enter key, hence why it goes to a new line after Rebel. It should NOT do that.

This character is hidden on the end and needs removing via backspace. Once you've done it, it will display an error [???] at the beginning. This is supposed to happen, and the button will then appear in the correct place.

2) You need to ignore prerequisites. Map>Modify>Adjust the tech tree for a specific object type
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
ddewar10
  • ddewar10
  • 55.25% (Neutral)
  • Private Topic Starter
14 years ago
Works Perfect. Thank you!