How to call a procedure at a specific block that returns a value

Started by Sassyer on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Feb 2023
Points:
276

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
How to call a procedure at a specific block that returns a value

I'm trying to make a script that calls another procedure at a different block, that then returns true or false from that procedure. I can find a block to call a procedure at a block and one that calls a procedure and returns a value but not one that does both. Am I missing something ?