Macro Tips

chevron-rightHow can I make the whole macro loop infinitely?hashtag

You can control the whole macro's looping behaviour by selecting the Settings menu in the macro, and then switching between options in the Loop section:

chevron-rightHow do I make a macro's section repeat it self/loop?hashtag

You can create infinite loops by creating a circle with macro component outputs:

If you do not need an infinite loop, you can use the Repeat component instead, on which you can specify how many times it should go to the "Loop" output, before goint to the "Finished" output:

Sample macro that will repeat one chat message 3 times, and will send another chat message after it is done repeating previous messages.

chevron-rightYou can reset macro component output's, by right clicking it, and then clicking "Remove all outgoing connections".hashtag

chevron-rightHold the Shift key while selecting components, to select multiple components at the same time.hashtag

This will allow you to move, delete, etc. all of the selected components at the same time:

Discord

chevron-rightHow to get a Discord Webhook Url?hashtag
chevron-rightHow to mention people in Discord Webhooks?hashtag

To mention users, use the following format: <@user_id> (e.g.: "Hello <@739441278588026891>") To mention roles, use the following format: <@&role_id> (e.g.: "Group <@&1269438860518096916>, please notice this!")

Currently discord webhooks that mention users in embedded fields do not produce ping notifications! This will be updated once notifications are supported fully.

Advanced

chevron-rightWhere do I find the "Plugin Id"/"Macro Id"?hashtag

You can find the Plugin Id, and Macro Id, by expanding the Plugin/Macro instance, clicking the three dots next to the Resume/Pause button, and clicking the Copy Id button that pops up. The Plugin or Macro Id will be copied to your clipboard.

Last updated