Master-Ex
  • Master-Ex
  • 50.25% (Neutral)
  • Private Topic Starter
10 years ago
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!
Sponsor
klingondragon
10 years ago
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:
  Behavior = CashBountyPower ModuleTag_99
    SpecialPowerTemplate    = SpecialAbilityCashBounty3
    Bounty                  = 100%
  End
Then create a script to auto grant cash bounty 3
Master-Ex
  • Master-Ex
  • 50.25% (Neutral)
  • Private Topic Starter
10 years ago
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...
klingondragon
10 years ago
Something like
Object GLAInfantryRebel
  Addmodule moduletag_99
(The module I pasted above)
  End
End

Master-Ex
  • Master-Ex
  • 50.25% (Neutral)
  • Private Topic Starter
10 years ago
Thanks I got it ....
Thanks very much