Skip to content

QS0 pause cmd

maybites edited this page Sep 12, 2022 · 1 revision

<pause name="(string)"/>

Simple Example

<pause name="nextCue"/>

Content

  • None

Attributes

  • name = the name of the <que> to pause. If no name is set, all other <que>s will be paused.

Child Commands

  • None

Explained

pauses another <que> inside the same script. If no name is specified, it will pause all running ques (except itself). Using <resume> lets the paused ques playing again.

Clone this wiki locally