Resume Node

From Intrigues Wiki
Revision as of 11:51, 29 May 2025 by Tayfunwiki (talk | contribs) (Created page with "= ▶️ Resume Node = The '''Resume''' node resumes a scheme that was previously paused using a <code>Pause</code> 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 <code>Pause</code> node. * Can be used in combinati...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

▶️ 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.