Mana bar that is mana/maxmana

Started by Swordfish on

Topic category: Help with MCreator software

Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mana bar that is mana/maxmana

I'm trying to make a bar on overlay that is just mana/maxmana.

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The difficulty is to show…
Sat, 04/30/2022 - 14:11

The difficulty is to show the variable on the screen, search in the forum

Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create 2 variables , name…
Sat, 04/30/2022 - 21:23

Create 2 variables , name the first one mana The second manamax Make a condition that mana does not become more manamax To display in the graphical interface, you will have to create as many procedures as you will have elements. And use a similar procedure. In my procedure, I have an element showing if it becomes a percentage of mana. In your procedure, you can just write the values