variable in GUI

Started by Daniil_White on

Topic category: Help with MCreator software

Active 1 year ago
Joined Apr 2022
Points:
494

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 30
variable in GUI

how to make a variable display in the GUI in Mcreator 2022.4? Previously, you could choose there)

Active 2 days ago
Joined Aug 2016
Points:
3304

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 11
  • Comments: 2927
use a procedure and return…
Sat, 12/24/2022 - 18:32

use a procedure and return its value

Active 1 year ago
Joined Apr 2022
Points:
494

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 30
Thanks! I have already…
Fri, 01/06/2023 - 06:31

Thanks! I have already decided this myself, but thanks for the answer!

Active 9 months ago
Joined Mar 2021
Points:
758

User statistics:

  • Modifications: 3
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 87
Can you tell me how you did…
Fri, 01/20/2023 - 23:18

Can you tell me how you did it?

Active 1 year ago
Joined Jun 2023
Points:
320

User statistics:

  • Modifications: 0
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 103
You create a procedure…
Fri, 08/04/2023 - 15:06

You create a procedure without triggering and you put the return block below. You attach a condition to this block.