I have something like that
(Event) Click:
-> (Action) Set a = 1
(Event) a = 1
(Sub-event) Click:
(Action)Command list 1
When I click, both a = 1 is set and Command list 1 is executed.
How can I make only one task to run at one moment.
Thanks in advance