what would be the result if I used a false return in this procedure?

Started by Chemistry101 on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what would be the result if I used a false return in this procedure?

I start with a If do flow block. Next to the If  I add is subtype inquisitor. I would replace targeting entity  with  get entity/ is targeting  to attack. Then next to the do I would add  return logic:false. I would end the procedure with return logic true.