Skip to content

QS0 timer cmd

maybites edited this page Sep 12, 2022 · 1 revision

<timer/>

Simple Example

<timer/>
<wait timer="1m:20s"/>

Attributes

  • None

Child Commands

  • None

Explained

<timer> resets the parent <que>'s internal timer. The timer can be used by the <wait>.

It also creates an {expr} Variable inside the que-domain called '$TIMER'. Its value is milliseconds since the last call of <timer>.

Clone this wiki locally