So in my upcoming level, I need a warp that functions only if three Flags are all set on. I've been storming about trying to find a solution to this problem, but nothing has worked so far.
My last strategy was to have three separate screens, each warping to the next if the right flag was set, but that didn't work. Only the first one triggered.
Anyone have any ideas?
Note: I do have a fallback plan if this can't be made to work, but it'd be a bit of extra work to implement.