I'm pretty sure 24 XX is wait here until time XX. And the current XX is controlled by the code before 2E 01 00.
1B XX
73 00
72 XX seems to be a new object.
Example
Code
Code
Code
24 02 <---- All code waiting for 02 begin
code
code 03 <--- All code waiting for 03 begin
2E
01
00
1B 03
73 00
72 03 <-----New object
24 02 <-----Don't move until the above 2402 is started
code
code
00
1B 03
73 00
72 03
code
code
24 03 <-----Don't move until the above 24 03 is started
That is my current theory for code organizaiton, i think the next version of the editor might make subtrees within object.....and maybe use coloring to show divisions of time.
--JP