Difference between revisions of "Action: Enable/Disable Trigger"

m
Line 24: Line 24:
 
Toggles the trigger opposite to the current state.
 
Toggles the trigger opposite to the current state.
 
</pre>
 
</pre>
 
==<p><b>Example</b></p>==
 
 
''''' Disable the trigger when running the macro. '''''
 
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
 
Triggers
 
 
Empty trigger
 
</pre><br>
 
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
 
Disable trigger
 
[This macro]: Empty trigger
 
</pre><br>
 
 
<pre style="background-color: #387F3D; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
 
 
</pre><br>
 
 
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
 
Local variables
 
 
 
</pre><br>
 

Revision as of 19:12, 29 January 2024

About

This action can be used to enable or disable a trigger within a specified macro.

Available configuration

To interact with a trigger you must first choose the macro you want to interact with, you can use [This macro] or select any other, then you can select any trigger that is within the selected macro.

Enabled

Toggles the trigger state to activated.

Disable

Toggles the trigger state to disable.

Toggle

Toggles the trigger opposite to the current state.