Started by
Demon_Cry
on
Topic category: Help with MCreator software
As do to ranger item used not one bullet and several. If there aren't enough bullets, the weapon doesnt fire.
Topic category: Help with MCreator software
As do to ranger item used not one bullet and several. If there aren't enough bullets, the weapon doesnt fire.
Ok so create a global variable and make it number. Add the amount using a bullet box or sth. Use when ranged item is used procedure and minus the variable by 2. If it is less than 2, then cooldown the item, loop.
Use the loop if... block