|
|
| Line 16: |
Line 16: |
| | You can select a local macro variable or any global variable. | | You can select a local macro variable or any global variable. |
| | </pre> | | </pre> |
| − |
| |
| − | ==<p><b>Example</b></p>==
| |
| − |
| |
| − | ''''' This way you can make a self-destructing variable. '''
| |
| − | <br>
| |
| − |
| |
| − | <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
| |
| − |
| |
| − | Set Variable
| |
| − | my_str: Temporary text. | The 'Create var now' box must be unchecked.
| |
| − |
| |
| − | Wait 10 seconds
| |
| − |
| |
| − | Delete variable
| |
| − | my_str | You must define the name manually as the variable will not appear in the list.
| |
| − |
| |
| − | </pre>
| |
| − |
| |
| − | <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>
| |
Latest revision as of 19:19, 29 January 2024
About
This action ca be used to delete a variable.
Configuration available
Define manually
Allows you to manually enter the variable name or use magic text.
Variables
You can select a local macro variable or any global variable.