Total RP 3: Extended

Total RP 3: Extended

903k Downloads

Add a delay before calling a workflow from a prompt

Solanya opened this issue · 1 comments

commented

When using multiple prompts in a row, since there's only one prompt frame used, there might be an issue where the next prompt frame doesn't display properly, as the workflow is called right before the first prompt is closed.
To prevent that issue from happening, we could automatically add a small delay (~200 ms) before calling the workflow to let the prompt window close itself properly without impacting the flow too much.

commented