Skip to content

QS0 stop cmd

maybites edited this page Sep 12, 2022 · 1 revision

<stop name="(string)"/>

Simple Example

<stop name="nextCue"/>

Content

  • None

Attributes

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

Child Commands

  • None

Explained

Stops another <que> inside the same script. If no name is specified, it will stop all running ques. In comparison to <shutdown>, it will stop the ques immediately without any gracefull fadeouts.

Clone this wiki locally