Started by
Yayex
on
Topic category: Help with Minecraft modding (Java Edition)
I'm creating this forum topic because I don't know how to make variables show in the text of a gui/overlay. If someone can help me with this, I will be very happy.
you have to make a variable, of string type, then you make a procedure with a string type return block, in the return block you have your variable, then go in your GUI, make a new text (or edit an existing one) and then change the Fixed value to the procedure name you have added. Hope that helps
Thank you! I will try this technique right away!
IT WORKED! THANK YOU SO MUCH! :D
Now I know how to use the "Return" function! :D