How to reorder events

hello

if there’s any hotkey can be used to reorder the events

1 Like

Right now there is no way to reorder the events as far as I know. What you can do is duplicate them in the order that you want them to be and delete the old ones(original events). Just be careful while doing it.

1 Like

You could make a Variable and then edit each events 'WHEN".
WHEN Variable = 1
DO

You can code to set the Variables value to whatever you want, When you want.
A Variable = 1 can be jump,
= 2 can be run,
As an example.

1 Like