Started by
MrLololoshka29999
on
Topic category: Help with Minecraft modding (Java Edition)
How do I make the variable show how many levels you have right now in the GUI on version 2022.2?
Topic category: Help with Minecraft modding (Java Edition)
How do I make the variable show how many levels you have right now in the GUI on version 2022.2?
Just make the Textbox in the GUI a variable that references a procedure. In the procedure, get the current level of the event/target entity, (the one who's displaying the GUI), convert it to text format, (using the 'display number as text formatted as...' function), and return this as a string.