diff --git a/Macro-properties.md b/Macro-properties.md new file mode 100644 index 0000000..ec12c4b --- /dev/null +++ b/Macro-properties.md @@ -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)