Resume Node
▶️ Resume Node
The Resume node resumes a scheme that was previously paused using a Pause
node.
🧠 What it does
When triggered, this node continues the execution of a paused scheme from where it left off.
📌 Use Case
Used to resume the scheme when an external condition (e.g., key release, UI button click) is met.
⚠️ Note
- Must be paired with a
Pause
node. - Can be used in combination with input or triggers.
🔗 Related Nodes
Pause
Key Handler
Repeater
Ideal for restoring flow after a conditional wait or user action.