Procedure Text label editing

Started by Turkeybird07 on

Topic category: Help with MCreator software

Active 11 months ago
Joined Nov 2018
Points:
777

User statistics:

  • Modifications: 2
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
Procedure Text label editing

I was wondering, is there a way to edit a text label in a gui using a procedure?

 

Active 11 months ago
Joined Nov 2018
Points:
777

User statistics:

  • Modifications: 2
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
What about per block gui?
Sun, 06/02/2019 - 23:48

What about per block gui?

Active 5 years ago
Joined May 2018
Points:
722

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Keyword: How.
Wed, 05/06/2020 - 15:59

Keyword: How.

<BNBT:tagName:number> for…
Wed, 05/06/2020 - 17:46

<BNBT:tagName:number> for example. Then set NBT tag using procedures.

We used this to display furnace progress in our tutorial, check it out: https://www.youtube.com/watch?v=asuMnQNgKKE&feature=youtu.be

Active 3 years ago
Joined Feb 2020
Points:
777

User statistics:

  • Modifications: 1
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 31
How to use with item gui?
Wed, 01/20/2021 - 12:46

How to use with item gui?

Active 1 year ago
Joined Apr 2015
Points:
1027

User statistics:

  • Modifications: 0
  • Forum topics: 51
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 110
Maybe when item in hand tick?
Wed, 01/20/2021 - 17:12

Maybe when item in hand tick?

Active 2 years ago
Joined Aug 2023
Points:
209

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
just make it a text field…
Thu, 08/10/2023 - 15:27

just make it a text field with a local variable in a procedure that is modified via a global variable that is constantly changing the text in the text field so if the player types something, it is replaced.

Active 6 months ago
Joined May 2021
Points:
579

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
Hello, I need help, I am…
Thu, 02/27/2025 - 01:37


Hello, I need help, I am making a gui of an interface but what I want is that when I press a button on the interface the text of a label changes when I press the button, please could you help me with that procedure, please give me some example, I ask you.