Captain Obvious
You're welcome.
I have four linking sectors with constant backwards flowing wind. The wind is designed to be too strong for any character other than sonic to make it through (or any character with speed thok). I have a button that only tails and knuckles can reach that is supposed to stop the wind. The wind works fine. The button works fine. However, besides lowering the sector to "press" the button, nothing works. My setup:
Have I missed something? I'm beginning to wonder if something in the engine is broken. Either wind cannot be changed once the map is loaded, or change tagged sector's tag doesn't work properly (although that last possibility is doubtful).
- I have four adjacent sectors, all with sector effect 512 (wind/current), tagged 87-90. They each have corresponding control sectors with one linedef with effect 541 (pusher - wind), same tags. These work perfectly.
- The button is a trigger linedef executor, floor touch (type 80). Tag is 91.
- I have 5 control sectors with a linedef of type 302, trigger once, and these linedefs are tagged to the button's sector. Tags are also 91.
- One of these sectors contains a linedef of type 403, (move tagged sector's floor), also tagged 91. This lowers the button, and it works as intended.
- The other four control sectors have, in addition to a linedef of type 302, have a linedef of type 409 (change tagged sector's tag). These are tagged 87-90 to match the wind sectors' tags. Their front texture x offsets are all 0, with the intent to change the wind sectors' tags to 0, turning the wind off. This should work when the button is pressed. It doesn't.
Have I missed something? I'm beginning to wonder if something in the engine is broken. Either wind cannot be changed once the map is loaded, or change tagged sector's tag doesn't work properly (although that last possibility is doubtful).