Making additional conditions?

Started by cappyadams on

Topic category: Help with MCreator software

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making additional conditions?

Hey y'all! I'm so sorrry if this is a stupid question but I'm still somewhat new to MC modding and need some help...

How do I make custom additional conditions?

(what I mean is this ----> https://imgur.com/a/y2rYD0T)

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think it means a procedure…
Sat, 05/31/2025 - 15:12

I think it means a procedure that returns true/false. So whenever the thing tries to get called, it calls on the procedure to make sure it returns true.

To make a procedure show up in that list, it must have a return value in it.

See https://mcreator.net/wiki/how-use-conditions.

Hope I Helped! -PixelKid