
Hey im looking for a mouse over or click macro where I can assign a status to a token! Thanks for your help.
!token-mod --help
!token-mod --set statusmarkers|blue|red|green|padlock|broken-shieldYou can optionally preface each status with a + to remind you it is being added. This command is identical:
!token-mod --set statusmarkers|+blue|+red|+green|+padlock|+broken-shieldEach value can be followed by a colon and a number between 0 and 9. (The number following the dead status is ignored because it is special.)
!token-mod --set statusmarkers|blue:0|red:3|green|padlock:2|broken-shield:7The numbers following a status can be prefaced with a + or -, which causes their value to be applyed to the current value. Here's an example showing blue getting incremented by 2, and padlock getting decremented by 1. Values will be bounded between 0 and 9.
!token-mod --set statusmarkers|blue:+2|padlock:-1You can optionally preface each status with a ? to modify the way + and - on status numbers work. With ? on the front of the status, only selected tokens that have that status will be modified. Additionally, if the status reaches 0, it will be removed. Here's an example showing blue getting decremented by 1. If it reaches 0, it will be removed and no status will be added if it is missing.
!token-mod --set statusmarkers|?blue:-1By default, status markers will be added, retaining whichever status markers are already present. You can override this behavior by prefacing a value with a - to cause the status to be removed. Below will remove the blue and padlock status.
!token-mod --set statusmarkers|-blue|-padlockSometimes it is convenient to have a way to add a status if it is not there, but remove it if it is. This allows marking tokens with markers and clearing them with the same command. You can preface a status with ! to toggle it's state on and off. Here is an example that will add or remove the Rook piece from a token.
!token-mod --set statusmarkers|!white-towerSometimes, you might want to clear all status marker as part of setting a new status marker. You can do this by prefacing a status marker with a =. Note that this affects all status markers before as well, so you will want to do this only on the first status marker. Below all status markers are removed and the dead marker is set. (If you want to remove all status markers, just specify the same marker twice with a = and then a -.)
!token-mod --set statusmarkers|=deadAvailable Status Markers:
!token-mod --set statusmarkers|blue:3|-dead|red:3
!token-mod --set statusmarkers|white-tower
!token-mod --set statusmarkers|!white-tower