This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
QS0 script cmd
maybites edited this page Oct 23, 2021
·
1 revision
home/reference v0.x/<script>
<script>
<script>
<var name="myVariable">345</var>
<play name"Start"/>
<que name="Start" loop="no">
....
</que>
<que name="Reset" loop="no">
....
</que>
</script>
- None
if this sequence is not adhered to, it will cause a parsing error.
the <script> is the root element of the QueScript-file.
the * <stop> node will cause to stop and remove all still running ques. if a name attribute is set, it will only stop the que with the specific name.
the * <stop> node will start playing the named que upon loading the script.
the <que> has to come after all the other child nodes.
(c) by Martin Froehlich maybites