Started by
FiveNights2161
on
Topic category: Help with MCreator software
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?
So I found out it uses procedures now. But even though I have a procedure, it isn't showing up under 'Value'.
You return a string.
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!
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...)
How are we supposed to return string values for number variables on overlays?
CBJaxxx, try to use the Format number as ##.## block from the text stuff.
FiveNights21, for example i did this in my overlay
Level : #levelNumber
where is my mistake?