I disabled hide legacy tabs and then in the time tab I manually put for all the 24 hours the 20 and 50 minute mark and then I just selected switch to the scene I want it to switch to and that's it
Thank you!
Just so you know, the author's long-term plan is to completely remove the non-Macro tabs. So if you want to be future-proof, you should seriously think about translating everything into Macros. If you find something that can't be translated, ask about it in the Adv. SS thread:
Warmuptill submitted a new resource: Automatic Scene Switching - Switches to specified scenes depending on which window is in focus A remake of the "Simple Scene Switcher"(https://obsproject.com/forum/resources/simple-scene-switcher.29/) for obs-studio. Installation 1. Extract the folder. 2...
obsproject.com
For reference, here's how to do the original request with Macros:
It's important for the :18 and :48 time triggers to check the "Perform actions only on condition change" box. That makes the transition happen exactly once as soon as it matches, and not every scan until it no longer matches.
With no seconds specified, it will match continuously for one minute, and so the macro will run repeatedly for that entire minute if that box is not checked.
The way shown here allows a manual escape, by switching away from the "Feature - Media Test" scene before the 66 seconds expire. If you do that, it will not switch back to the previous scene because it hasn't been on that one for more than 66 seconds.
If you use a Wait action for 66 seconds and another Scene switch - 3 actions in each macro, and don't have the Return macro - then it'll force the second switch after 66 seconds regardless...and the Previous scene might not be what you expect if you've been switching manually during that time.