Exit/halt/return block in procedures?

Started by friyes on

Topic category: Help with MCreator software

Last seen on 22:04, 4. Oct 2024
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Exit/halt/return block in procedures?

I just wanna make sure I'm not missing something, is there no return; block?

Like, in this procedure I'd like to return early if it's day in the provided world;

Is this the correct usage of these blocks? Would this result in unexpected behavior if the trigger actually uses the return values!?

 

For now I will just be doing this;

But it'd be nice to know if there is an actual intended method for returning early using the currently available blocks...