Reordering Actions โ
Actions run in the order they are listed. To change it, drag the cards.
Open the function.
Click and hold anywhere on an action card.
Drag it to the new position and release.
- Ctrl+S and Build. The new order only reaches Second Life after a build.

Why order matters โ
- Timers delay everything after them.
- Conditions decide which helper runs; put the actions that set up variables before the condition that reads them.
- Texture then color and color then texture give the same final result, but position then rotation and rotation then position can differ when using Local modes.
- A Message at the end confirms the whole sequence ran.