Started by
IFthenElse246
on
Topic category: Help with Minecraft modding (Java Edition)
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
I have this same issue, but with the 2021.1 snapshot
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.