Macro properties - WarmUpTill/SceneSwitcher GitHub Wiki

Description

Macro properties are temporary values available in the context of a macro depending on what types of conditions and actions are being used.
You can assign those values to variables for later use 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
  • 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