Started by
OneHana
on
Topic category: Help with MCreator software
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?
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.