You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey hey! Me again! I've scoured the docs (and tried with Copilot) to find a way to auto-advance a sequence to another target sequence after a certain delay. Is that possible? Pseudo code incoming:
That advanceTimer is the bit I'm looking to solve for. My guess is the answer is maybe an advanceFunction, but it looks like those only work per panel, and I need the sequence to advance regardless of current panel. Any ideas?
The text was updated successfully, but these errors were encountered:
A little bit of progress (in case anyone else stumbles here in the future), but still looking for the magic bullet. I've been able to use targetSequenceFunction and advanceFunction to dynamically change the target pretty easily, but it still seems to rely on user input to actual advance the sequence and land on the new target.
Still looking for a way to programmatically send player to target sequence, with no additional input, on a timer.
I just posted a 2.0 update that fixes some cases where auto-advancing wasn't working for the final panel in a sequence.
So this should work now using targetSequenceFunction and advanceFunction like you said.
Try updating Panels and see if it works for you. To update, either pull the submodule with Git, or re-download the zip and replace all the files in libraries/Panels.
Hey hey! Me again! I've scoured the docs (and tried with Copilot) to find a way to auto-advance a sequence to another target sequence after a certain delay. Is that possible? Pseudo code incoming:
That advanceTimer is the bit I'm looking to solve for. My guess is the answer is maybe an advanceFunction, but it looks like those only work per panel, and I need the sequence to advance regardless of current panel. Any ideas?
The text was updated successfully, but these errors were encountered: