In my new level "The Cursed City" There is a part where the I needed the player to lose 3 power ups. I know how to set the flag with the shift to take the power up, but the problem I ran into was that I had to set 3 different shifts in 3 different screens in order for it to work right.
For example: (Reveals some plot points of the level. Hence the spoiler tags)
In x1007y1004 is where a cut scene is triggered, after which I wanted the player to be without the eye, high-jump, and double jump.
Thing is, I can only set 3 shifts in a screen, and i needed one of those shifts for the door. Plus, if I had two shifts take away powers at the same time and place, only one gets removed.
Thus I had to take double jump as the player entered the room, take away high jump during cutscene, and then start the player on a shift to take the eye.
I suppose my real question is, does anyone know of any better/easier ways to do this? Because, I really didn't like having to take the double jump as the player entered the room.
Thanks.