Trouble with ammo regeneration

beckbbeckb Member Posts: 16
Making number of missile ammo regenerate, but capping max to 5. Thanks this is giving me some trouble

Comments

  • retired_830c50d3bf119e557be016b4f24844c9retired_830c50d3bf119e557be016b4f24844c9 ImagineLabs.rocks Member, PRO Posts: 5,772
    Set up two game attributes, ammo and maxAmmo.

    then set up a rule that does:


    if maxAmmo < 5

    ammo = ammo +1


    This will add 1 to the ammo count as long is maxAmmo is less than 5, once it equals 5 it won't add anymore.
Sign In or Register to comment.