Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Macros/101"

From Roll20 Wiki

Jump to: navigation, search
m
m (1223200 moved page MTbGKP101 to Macros/101)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{{Revdate}}{{clear}}
  
 
+
A [[macro]] at its heart is simply a series of commands pre-packaged so they can be fired off with the click of a button or a typed command in chat. There's two different ways you can set up a macro. First is through the {{Collections}}-tab.
A macro at its heart is simply a series of commands pre-packaged so they can be fired off with the click of a button or a typed command in chat. There's two different ways you can set up a macro. First is through the Macros sidebar.
+
{{NavMacroDocs}}
 
+
Click on the {{Collections}}-tab from your [[Sidebar]], then go to the [[Macro]] section, and press the '''+Add'''-button. This will bring up the Macro editing dialog box. Name it and then type in the commands, one per line, you wish to have in the macro and then save your macro.
Click on the geartab at the topright of your screen, then click the +Add button. This will bring up the Macro editing dialog box. Name it and then type in the commands, one per line, you wish to have in the macro and then save your macro.
+
  
 
[[Image:MacroViaMacros.jpg|653px|frameless]]
 
[[Image:MacroViaMacros.jpg|653px|frameless]]
  
If you check the 'Show as Token Action' button, it will appear as a click-able button when you have any token you control selected.
+
If you check the "Show as [[Token Action]]"-button, it will appear as a click-able button when you have any [[token]] you control selected.
  
  
The second method is via your character Journal, as an Ability.
+
The second method is via your [[character]] Journal, as an Ability.
  
 
Open your character journal, click on 'Attributes & Abilities', and +add next to Abilities. Hover over your new 'Ability' and click on the pencil icon. This will bring up the Ability editing Dialog box. Name it and then type in the commands, one per line, you wish to have in the macro and then save your macro by clicking on the checkmark.
 
Open your character journal, click on 'Attributes & Abilities', and +add next to Abilities. Hover over your new 'Ability' and click on the pencil icon. This will bring up the Ability editing Dialog box. Name it and then type in the commands, one per line, you wish to have in the macro and then save your macro by clicking on the checkmark.
Line 16: Line 16:
 
[[Image:MacroViaAbility.jpg|354px||frameless]]
 
[[Image:MacroViaAbility.jpg|354px||frameless]]
  
The benefit of doing macros via this second method are two-fold: firstly, character specific macros can be placed here and not spam your macro sidebar. The second advantage will be explained in Making Macros 103. :>
+
The benefit of doing macros via this second method are two-fold: firstly, character specific macros can be placed here and not spam your macro sidebar.
 +
 
 +
I hope this is a useful tutorial.
 +
 
 +
==Next Part: [[Macros/102]]==
 +
 
  
I hope this is a useful tutorial. Questions & comments welcomed.
+
[[Category:Old Pages]]
 +
[[Category:Macros]]

Latest revision as of 15:05, 28 November 2021

A macro at its heart is simply a series of commands pre-packaged so they can be fired off with the click of a button or a typed command in chat. There's two different ways you can set up a macro. First is through the l Collections-tab.

Click on the l Collections-tab from your Sidebar, then go to the Macro section, and press the +Add-button. This will bring up the Macro editing dialog box. Name it and then type in the commands, one per line, you wish to have in the macro and then save your macro.

MacroViaMacros.jpg

If you check the "Show as Token Action"-button, it will appear as a click-able button when you have any token you control selected.


The second method is via your character Journal, as an Ability.

Open your character journal, click on 'Attributes & Abilities', and +add next to Abilities. Hover over your new 'Ability' and click on the pencil icon. This will bring up the Ability editing Dialog box. Name it and then type in the commands, one per line, you wish to have in the macro and then save your macro by clicking on the checkmark.

MacroViaAbility.jpg

The benefit of doing macros via this second method are two-fold: firstly, character specific macros can be placed here and not spam your macro sidebar.

I hope this is a useful tutorial.

[edit] Next Part: Macros/102