Help with Variables in GUIs/Overlays in 2023.1

Started by FiveNights2161 on

Topic category: Help with MCreator software

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with Variables in GUIs/Overlays in 2023.1

I've been making a mod in 2022.3, and I wanna update so I can start using entities since I can't figure them out in 2022.3. But, I don't know how to make variables actually DISPLAY properly. I want numbers and text on the screen. How do I do that successfully?

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So I found out it uses…
Thu, 01/26/2023 - 02:06

So I found out it uses procedures now. But even though I have a procedure, it isn't showing up under 'Value'.

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks this helped! I've…
Thu, 01/26/2023 - 20:14

Thanks this helped! I've begun working on getting all the variables to display properly now, and this'll let me work on stuff WAY better! Thanks!

 

Joined Oct 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've literally been messing…
Sat, 02/04/2023 - 08:28

I've literally been messing with this for two hours, and somehow I'm not getting it. I'm doing an RPG style stat system. But I've tried so many different ways to get this variable to display, and it won't. It's a numeric variable, so I even tried converting the numeric variable to a string to get it to display. I'm at a total loss here. Really starting to feel like the previous way was easier, or am I just missing something really simple? (which honestly is likely the issue...)

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How are we supposed to…
Wed, 03/08/2023 - 02:35

How are we supposed to return string values for number variables on overlays?

 

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
CBJaxxx, try to use the…
Wed, 03/08/2023 - 04:52

CBJaxxx, try to use the Format number as ##.## block from the text stuff.

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
FiveNights21, for example i…
Thu, 04/13/2023 - 18:48

FiveNights21, for example i did this in my overlay
  Level : #levelNumber
         where is my mistake?