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

Started by Sassyer on Sun, 02/12/2023 - 14:59

Topic category: Help with modding (Java Edition)

Last seen on 15:27, 12. Feb 2023
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to call a procedure at a specific block that returns a value
Sun, 02/12/2023 - 14:59

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 ?