Pause Node: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 May 2025

  • curprev 11:5011:50, 29 May 2025Tayfunwiki talk contribs 803 bytes +803 Created page with "= ⏸️ Pause Node = The '''Pause''' node stops the execution of the current <code>Scheme</code>. ---- == 🧠 What it does == When executed, the scheme is '''paused''' until a <code>Resume</code> node is triggered. This is useful for waiting on player input or external events. The execution state is stored and will resume from the next node when resumed. ---- == 📌 Use Case == Pause the scheme when a key is pressed, and resume when another is released. ---- ==..." Tag: Visual edit