Use more bullet.

Started by Demon_Cry on

Topic category: Help with MCreator software

Active 4 years ago
Joined Aug 2019
Points:
781

User statistics:

  • Modifications: 0
  • Forum topics: 26
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
Use more bullet.

As do to ranger item used not one bullet and several. If there aren't enough bullets, the weapon doesnt fire.

Active 2 days ago
Joined May 2019
Points:
1211

User statistics:

  • Modifications: 0
  • Forum topics: 13
  • Wiki pages: 2
  • MCreator plugins: 1
  • Comments: 845
Ok so create a global…
Mon, 12/02/2019 - 01:51

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.