Updated Macro Actions (markdown)
@@ -32,33 +32,41 @@ Select the mode of the button
|
||||
* Visible Hotbar - Execute macros from the macros that are currently visible in the hotbar
|
||||
* Macro Board - Execute a macro as set in the 'Macro Configuration' in the module settings
|
||||
|
||||
## Mode: Hotbar/Visible Hotbar
|
||||
At the bottom of the Foundry screen there is a hotbar, where you can place macros. Using the 'hotbar' or 'visible hotbar' mode you can execute one of these macros. The difference between these modes is that when you select the macro by number, in the 'hotbar' mode, the button will execute the macro at that number regardless of which macros are currently shown on screen. So the macro you execute doesn't change when you scroll through the different hotbar pages. In the 'visible hotbar' mode, the macro you execute is the one that is currently visible, so it does change when you scroll through the hotbar pages.
|
||||
|
||||
#### Display Name
|
||||
Toggles whether or not the button should display the macro's name
|
||||
|
||||
#### Display Icon
|
||||
Toggles whether or not the button should display the macro's icon
|
||||
## Mode: Hotbar/Visible Hotbar/Custom Hotbar
|
||||
At the bottom of the Foundry screen there is a hotbar, where you can place macros. Using the 'hotbar' or 'visible hotbar' mode you can execute one of these macros. The difference between these modes is that when you select the macro by number, in the 'hotbar' mode, the button will execute the macro at that number regardless of which macros are currently shown on screen. So the macro you execute doesn't change when you scroll through the different hotbar pages. In the 'visible hotbar' mode, the macro you execute is the one that is currently visible, so it does change when you scroll through the hotbar pages.<br>
|
||||
<br>
|
||||
The Custom Hotbar option allows you to trigger macros from the hotbar that is provided by the [Custom Hotbar module](https://foundryvtt.com/packages/custom-hotbar/).<br>
|
||||
<br>
|
||||
These functions are compatible with the [Token Hotbar module](https://foundryvtt.com/packages/foundry-token-hotbar/), which allows you to assign a hotbar for each token. So this automatically changes the hotbar when a different token is selected.
|
||||
|
||||
#### Macro Number
|
||||
The macro to execute. In 'hotbar' mode, this is a value between 1 and 50. In 'visible hotbar' this is a value between 1 and 10. 10 corresponds with the macro at location 0 in the Foundry hotbar.
|
||||
|
||||
#### Display Name
|
||||
Toggles whether or not the button should display the macro's name.
|
||||
|
||||
#### Display Icon
|
||||
Toggles whether or not the button should display the macro's icon.
|
||||
|
||||
#### Background
|
||||
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).<br>
|
||||
You set the color using hexadecimal values, and it must start with '#'.<br>
|
||||
You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
|
||||
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).
|
||||
|
||||
## Mode: Macro Board
|
||||
|
||||
### Type: Trigger Macro
|
||||
Trigger a macro from the macro board, as set in the Macro Configuration screen (see above).
|
||||
|
||||
#### Display Name
|
||||
Toggles whether or not the button should display the token's name
|
||||
|
||||
#### Macro Number
|
||||
The macro to execute. The number corresponds with the macro number in the Macro Configuration
|
||||
The macro to execute. The number corresponds with the macro number in the Macro Configuration.
|
||||
|
||||
#### Display Name
|
||||
Toggles whether or not the button should display the token's name.
|
||||
|
||||
#### Display Icon
|
||||
Toggles whether or not the button should display the macro's icon.
|
||||
|
||||
#### Background
|
||||
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).
|
||||
|
||||
### Type: Offset
|
||||
With offset you can give the macro number an offset allowing easy switching between displaying different macros.
|
||||
@@ -67,16 +75,10 @@ With offset you can give the macro number an offset allowing easy switching betw
|
||||
Sets the amount the macro number needs to be offset when the button is pressed
|
||||
|
||||
#### On Color
|
||||
Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.<br>
|
||||
You set the color using hexadecimal values, and it must start with '#'.<br>
|
||||
You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
|
||||
Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.
|
||||
|
||||
#### Off Color
|
||||
Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.<br>
|
||||
You set the color using hexadecimal values, and it must start with '#'.<br>
|
||||
You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
|
||||
Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.
|
||||
|
||||
#### Background
|
||||
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).<br>
|
||||
You set the color using hexadecimal values, and it must start with '#'.<br>
|
||||
You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
|
||||
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).
|
||||
|
||||
Reference in New Issue
Block a user