Page 1 of 1

how to make a trigger ?

Posted: 10 Sep 2018, 07:45
by SIBI
hi
I just started here.
I made an action but
I dont understand how to make a trigger..

can you help me ?

MANY THANKS

Re: how to make a trigger ?

Posted: 10 Sep 2018, 15:59
by eureka
The answer depends on what action you are working on.

Take for example Window Condition, the Standard tab.
There are conditionals you specify.
Then you have:
If true: set "trigger" from drop down menu, to the right
If false: set "trigger" from drop down menu, to the right

You can create a procedure for each state (true/false).

then “trigger” a procedure for each state.

See Procedures at bottom of actions panel

Begin procedure
// other actions to run on true
End procedure

Begin procedure
// other actions to run on false
End procedure