how can I call a subgroup ?
ex:
LEVEL01
>ENEMY
> enemy01
i did:
system > on start of layout > set group enemy01 activated
but its not working.
my real problem is:
i have a global variable called Score on the first layout.
when i go to layout 2 , i want the Score to continue counting, not reset...
so i want to make a "GLOBAL" Event sheet, put all Levels and mechanics in there, with all groups and subgroups organized, so i can share the same Event sheet ( GLOBAL ) across multiple layouts.