How to change animations order ?

By default, animations are in setup order. If you want to change this order you must inform the note configmultisit.

Random order

Random order is possible only for modes 4 (change on click), 5 (fixed delay) and 6 (random delay). You must inform the section order in the note configmultisit :

@order
1

Fixed order

If you want a fixed order you must inform the section list of the note configmultisit :

@list
anim1
anim2
...

You do not have to put all the animations in this list. Those that appear in this list will be at the beginning of the series of animations.

If you do not have yet a note configmultisit you must create one by providing information, in addition to the order and list sections, the section required version that must be at the beginning of the note:

@version
1

Another way to change animations order

You can also change animations order by changing the setup order in the notecard setupmultisit.

Imagine you have this setup :

lovermale1@160,0,71@0,0,0
lovermale2@160,0,71@0,0,0
lovermale3@96,0,50@0,0,0
lovermale4@96,-27,50@0,0,0

You can change order by changing lines order. For example :

lovermale4@96,-27,50@0,0,0
lovermale3@96,0,50@0,0,0
lovermale2@160,0,71@0,0,0
lovermale1@160,0,71@0,0,0

But you must reset the script multisit if you want it to work !

With this method you get a faster initialisation because notecard configmultisit is shorter.