How do I call a procedure and keep a variable

Started by StepikDaModder on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 week ago
Joined Oct 2022
Points:
422

User statistics:

  • Modifications: 1
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 155
How do I call a procedure and keep a variable

Hello, is there a way to call another procedure but still keep the calling procedure's variables? I really need this.
Thanks in advance.

Active 1 week ago
Joined Oct 2022
Points:
422

User statistics:

  • Modifications: 1
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 155
I need it to test a slot and…
Mon, 02/17/2025 - 21:25

I need it to test a slot and return the value if it is valid or not, and I need the slot id to get to it.