Within Advanced Scene Switcher (AdvSS) there also used to be the Sequence tab... Aaron, I'm assuming that functionality exists with the macros realm now (I'm still on old version of OBS Studio and AdvSS)
The old tabs are still there...so far. There's a checkbox on the General tab to hide them, which it does by default.
But all of the other tabs' functionality can be replaced with macros, and a lot more! And you have options now, for how you want the replicated functions to work.
---
A direct replacement for the Sequence tab would be to switch scenes, wait, switch scenes, wait, etc., in a single macro. That has the big disadvantage (for me) of the sequence forcing itself all the way to the end.
Instead, I have a separate macro for each step, that looks for the previous step remaining true for the original wait time, and then does its one step and ends. You can enter that sequence at any point just by making its condition true (usually, switching to the scene that it's looking for), and you can escape and cancel at any time by making the present step no longer true (usually by switching to a scene that is not part of the sequence).
Of course, it doesn't just have to be a scene that it looks for and does. It could be *anything* that Adv. SS knows about and can do. Like the Date condition to watch the wall clock.