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

[Savage Worlds] Savage Worlds Tabbed Question

Hi, I'm currently using the following macro for attributes: &{template:solidtrait}{{name=@{selected|character_name}}} {{skill_name=Agility}} {{skill_rank=@{agility}}} {{ttmod=@{ttmod}}} {{wounds= -[[@{woundsMod}]]}} {{fatigue= -[[@{fatigue}]]}} {{skill_roll=[[1d@{agility}! + ?{Modifier|0} [Modifier] - @{wounds} [Wounds] - @{fatigue}[Fatigue]]]}} {{wild_die_rank=@{wilddie}}} {{wild_die=[[1d@{wilddie}! [Wild die] + ?{Modifier|0} [Modifier]- @{wounds}[Wounds] -@{fatigue}[Fatigue]]]}} But recently find out the much more streamlined roll associated with the direct roll from the sheet: @{Exp1|skillrt} @{Exp1|defsTemplate} @{Exp1|rolltAgility} Is it possible to add an input value to this last option? Something like: @{Exp1|skillrt} @{Exp1|defsTemplate} @{Exp1|rolltAgility} + ?{Modifier|0} Thanks
1486676525
Finderski
Plus
Sheet Author
Compendium Curator
Unfortunately, not.  However, what I typically do, is assign the Green Bubble of the Token to ttmod and the Blue Bubble to dmgmod. Then, you can update the appropriate bubble on the token with the appropriate modifier, and it will automatically be applied.  Another thing to keep in mind, is that Wounds, Fatigue, and Encumbrance are already applied as well.   I can look at making things a little more modular, but that will likely take some time and will be part of a bigger re-write of the entire sheet.
1486679653

Edited 1486679673
Thanks for the feedback! Keep up the good work! :)
Using the template described below, is it possible to create a token macro with a drop down menu with all attributes to roll from? &{template:solidtrait}{{name=@{selected|character_name}}} {{skill_name=Agility}} {{skill_rank=@{agility}}} {{ttmod=@{ttmod}}} {{wounds= -[[@{woundsMod}]]}} {{fatigue= -[[@{fatigue}]]}} {{skill_roll=[[1d@{agility}! + ?{Modifier|0} [Modifier] - @{wounds} [Wounds] - @{fatigue}[Fatigue]]]}} {{wild_die_rank=@{wilddie}}} {{wild_die=[[1d@{wilddie}! [Wild die] + ?{Modifier|0} [Modifier]- @{wounds}[Wounds] -@{fatigue}[Fatigue]]]}} I know that some HTML tweaking might be necessary, but i'm not yet very familiar with this coding. Can someone help me? Thanks
1486720393
Finderski
Plus
Sheet Author
Compendium Curator
Sorry...I'm weak when it comes to those types of things...I thought I knew how to do it, but could never get it to work, so...you may be better served by posting this in the Specific Use Questions & Macros forum.
Great suggestion Finderski! Someone already helped me! Thanks!