How to add integer label in GUI?

Started by OneHana on

Topic category: Help with MCreator software

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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?

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.