Created Macro properties (markdown)

WarmUpTill
2025-03-12 17:38:43 +01:00
parent 5703276859
commit 97c2eed5fc

11
Macro-properties.md Normal file

@@ -0,0 +1,11 @@
# Description
Macro properties are temporary values available in the context of a [macro](Macros#what-are-macros) depending on what types of conditions and actions are being used.
You can assign those values to [variables](https://github.com/WarmUpTill/SceneSwitcher/wiki/Variables) to use them other macros or occasionally directly use them in other action types.
# Examples
* This example macro will change the text being displayed by a text source to the file name of the file currently being displayed by a image slide show source.
![image](https://github.com/user-attachments/assets/92401ee7-cc03-4c20-a194-7413837057f3)
* This example will store follower id of a new Twitch follower in a variable and use this information to query the profile picture URL of the follower, which is then stored in a variable.
![image](https://github.com/user-attachments/assets/15f02384-5015-475c-989e-1ebffe6d593f)