How to set a text field as some text?

Started by cap174 on

Topic category: Advanced modding

Last seen on 18:06, 25. Mar 2019
Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to set a text field as some text?

I'm trying to make a GUI that can tell you what biome you're in - but I have no idea how to set the text field. So how do you do this?

Thanks!

You need to create a global…
Thu, 02/21/2019 - 15:49

You need to create a global variable and reference it from text field like this <VAR:variablename>. Then use procedure to set the variable value to your needs.