How to add integer label in GUI?

Started by OneHana on

Topic category: Help with MCreator software

Active 1 year ago
Joined Jan 2023
Points:
228

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
How to add integer label in GUI?

In older version of MCreator there was <VAR:integer:VariableName>

and now it seems that procedures handle that

 

but I can't find my procedures which returns integer values on list shown

there are only text-return procedures. what should I do?

Active 1 year ago
Joined Jan 2023
Points:
228

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
and I created VariableString…
Thu, 03/30/2023 - 05:53

and I created VariableString variable so that VariableNumber sends values to VariableString in string type (like "34" in text)

then made procedure which return VariableString's text value and put it in the GUI label.

 

but it is not working. the value in the screen not being update.