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

Abilities and Character Sheet Macros

Hi, I'm new to d20 system and would like to know 2 simple things, I wasted some time by now searching and trying to figure out how to do it, but I couldn't. When we fill a Caracter Sheet (5e shaped to be more precise), we have the option to create an ability, that can be easily accessed via token, and we can fill actions to be automated rolled when we click Action/Cast/Attack/Save/etc. 1º If I fill a NPC sheet, and create the "Dagger" action for a kobold, when I click the action button he will roll his attack with its dice damage and any relevant information I inserted there. But to do that I MUST open his charater sheet and click on that particular button. Cant I simply make a shortcut of that action button on his tokens, like placing it on the ability tab or something? I also realized that I can move that action button if I hold the left mouse button, can I do anything usefull with that or it is just the way buttons act on the roll20? 2º When I use the built in Macro Actions from the Caracter Sheet, I noticed that all the d20 rolls are rolled twice, unless it is an Advantage or Disadvantage Roll, I can't see why it rolls the dice twice. Any way to change that? I understand that if the player have neither, I just pick the first result, but in terms of gameplay it is a bit weird to see a bunch of dices being rolled on the table, specially if we use the 3D dice rolling. If a player make 1 attack and it may crit for 2d4 for example, in a single attack the action macro rolls 3d4 and 2d20 dices, the player and the DM dont even know what dices are actually being used, forcing us to wait to see the chat result since the table roll doesn't make any sense, if there are any way to make simple rolls like 1d20 to hit and its regular damage or roll the crit dices only when it is actually a crit hit? Thanks for your time, I'm really enjoyng using the roll20, only the laggy that happens when we close some windows that still bothers me a bit but I intend in buying the Mentor subscribe soon so I can make better improvements to my table, good job in using HTML5 and keep up the good work.
1430803678
The Aaron
Roll20 Production Team
API Scripter
(Moved to Specific Use, the API forum is for the JavaScript API) 1) If you turn on the macro bar in the settings tab, you can drag character sheet dice buttons onto it. Another option is to add character abilities which call the macros from the character sheet, and set them as token actions. 2) There is not a way built into the character sheets. with a Mentor level Subscription, you could make custom modifications to the sheet to remove them.
1430809456

Edited 1430809492
I understood how to call the attributes, but how may I call the "Dagger" action from the character sheet to the abilities
1430813350
Lithl
Pro
Sheet Author
API Scripter
Demetrio J. said: 1º If I fill a NPC sheet, and create the "Dagger" action for a kobold, when I click the action button he will roll his attack with its dice damage and any relevant information I inserted there. But to do that I MUST open his charater sheet and click on that particular button. Cant I simply make a shortcut of that action button on his tokens, like placing it on the ability tab or something? I also realized that I can move that action button if I hold the left mouse button, can I do anything usefull with that or it is just the way buttons act on the roll20? You can create a macro or ability which calls the roll button ability. The text of the macro would be something to the effect of %{Kobold|weapon-attack} , although the exact wording depends on the name of the roll button you're trying to access, which depends on the sheet you're using. Once you have a macro or ability, you can either add it to your macro bar (always visible at the bottom of the screen) or make it a token action (visible at the top of the screen when you have to token selected). Demetrio J. said: 2º When I use the built in Macro Actions from the Caracter Sheet, I noticed that all the d20 rolls are rolled twice, unless it is an Advantage or Disadvantage Roll, I can't see why it rolls the dice twice. Any way to change that? I understand that if the player have neither, I just pick the first result There is no simple means to construct a macro that will roll 2d20kh1 when you have advantage, 2d20kl1 when you have disadvantage, and 1d20 when you have neither. The author of the original 5e sheet opted to simply include 2d20 and have you pick the correct result manually, as you're doing.
ty for the infos, I did it. Now I'm a mentor and will see what I can do with the APi =D
1430864143

Edited 1430864381
Kryx
Pro
Sheet Author
API Scripter
You don't need to be a mentor to do the first part. %{kobold|repeating_actions_0_action} Should work for my Shaped sheet. Change 0 to be whatever number the action is. (Starts at 0, goes to 11) What are you planning to do to handle (dis)advantage if you only roll once? Rolling again or prompting the user are both lower and bad experiences imo.