Overlay text label is always visible

Started by IFthenElse246 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Overlay text label is always visible

I'm trying to make an overlay that shows what team you are on. I have two text labels on top of each other, one saying blue team, one saying red team. They both have procedures connected to them and they are conflicting such that if one is visible the other shouldn't be (the procedures are literally exactly the same except one of them uses the "not" block when returning the value). However, when I test, both are visible. I have no idea what to do. Please help!

I am using version 2020.5

Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have this same issue, but…
Sun, 04/18/2021 - 19:40

I have this same issue, but with the 2021.1 snapshot

Same here, but my problem…
Tue, 04/27/2021 - 10:06

Same here, but my problem was caused from upgrading MCreator from 2020.3, when there was not even need for "returning" any value. After that change every overlay cleared its own triggers and now I can't figure out how to return value dependent on specific event.