SUPER-G
  • SUPER-G
  • 59.75% (Neutral)
  • Colonel Topic Starter
13 years ago
i am trying to make a chinese propaganda center have the uranium shells and nuclear tank upgrade available, but how?
UserPostedImage
PK_Soar #9531
He that is slow to believe anything and everything is of great understanding, for belief in
one false principle is the beginning of all unwisdom. - Anton Lavey

Sponsor
acidbrain
13 years ago
You can use a script in WB for that.

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

I took slot 3, pick an empty slot, check CommandSet.ini for available slots.
Panem et kirkinses
Lithium
13 years ago
You can create a map.ini file for this map. Make a new file with notepad, rename it to "map.ini" (where .ini replaced the .txt extension) and copy this code in the file

CommandSet ChinaPropagandaCenterCommandSet
1 = Command_UpgradeChinaNationalism
2 = Command_UpgradeChinaUraniumShells
3 = Command_UpgradeChinaSubliminalMessaging
4 = Command_UpgradeChinaNuclearTanks
10 = Command_UpgradeChinaMines
12 = Command_Sell 
End
Save the file in the same folder of the map, and you're done 😄
SUPER-G
  • SUPER-G
  • 59.75% (Neutral)
  • Colonel Topic Starter
13 years ago
yeah it worked! thanks guys!
UserPostedImage
PK_Soar #9531
He that is slow to believe anything and everything is of great understanding, for belief in
one false principle is the beginning of all unwisdom. - Anton Lavey