Posted by: Master-Ex - Thursday, June 25, 2015 2:00:48 PM
Hello Everyone ! In c&c Generals Can i know how to get 100% cash bounty when killing any unit? im making a solo player mission with china's army Could some help me ? please i'd be so glad... thanks!

Posted by: klingondragon - Thursday, June 25, 2015 2:10:47 PM
You cant get it to be 100% When you set it to 100% it will give you 1 extra $ Add this module to any unit which you start with: [code=plain] Behavior = CashBountyPower ModuleTag_99 SpecialPowerTemplate = SpecialAbilityCashBounty3 Bounty = 100% End[/code] Then create a script to auto grant cash bounty 3

Posted by: Master-Ex - Thursday, June 25, 2015 6:02:18 PM
oh sorry,didnt understand it very well could u tell how to add it to any unit ,example GLAInfantryRebel.. I know that its should be in file "map.ini" But when i added it the map didnt run...

Posted by: klingondragon - Thursday, June 25, 2015 6:25:39 PM
Something like [Code=plain]Object GLAInfantryRebel Addmodule moduletag_99 (The module I pasted above) End End[/code]

Posted by: Master-Ex - Friday, June 26, 2015 1:42:52 PM
Thanks I got it .... Thanks very much