Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[SR5] Macros

Is there a way to write macros that use the %{selected|xxx_xxx} to pull from character sheets? Also is their a way to make init roll go straight to the tracker?
1460311145

Edited 1460311217
Each  Sheet Roll Button does indeed have a corresponding Ability call . From the Roll20 Wiki: To acquire the contents of a sheet button: Click on the sheet button. Focus the text chat input box (by clicking into to it, or using the Advanced Shortcut c c ). When it's focused, a blue outline appears around it. Press the up arrow key on your keyboard. The contents of the sheet button will then populate the text chat input box. To acquire the Ability call corresponding to that sheet button , drag the sheet button down to the Macro Quick Bar , and then complete the above steps. Dranik said: Also is their a way to make init roll go straight to the tracker? Yup. Check out: Roll To Initiative
Thanks for the reply.  I got the initiative button to work but when I tried to get it to work on skill I ran into a problem. It seems as if the sheet generates a unique skill name on a per sheet basis. %{Gambit|repeating_activeskills_-KFBrYqgeUeBIXUF1q3J_activeskillroll} %{guards|repeating_activeskills_-KFBtHKOtvIrgEdoyeWR_activeskillroll} This isn't to big an issue for PC but i'd really like to be able to set up macros for my npc so I don't have to have every sheet open. thanks again
You could replace the RowID with the RowIndex, e.g. %{selected|repeating_activeskills_$0_activeskillroll} Check out: Referencing Repeating Attributes