Started by
cap174
on
Topic category: Advanced modding
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!
Topic category: Advanced modding
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 variable and reference it from text field like this <VAR:variablename>. Then use procedure to set the variable value to your needs.