For example i have 3 variables:
-ammo left "100"
-ammo in clip "12"
-max ammo in clip "12
In Events:
now when i fire pistol two times ammo in clip should show "10" because 2 was fired
When i tap "R" key to reload
events should check how many bullets are missing to fill -max ammo in clip
so when i tap "R" from -ammo left variable should be substracted only 2
or when i fire 5 bullets, in ammo clip should be 7 left and when i reload, to max ammo clip should be added 7 and events should substract 7 from -ammo left