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

Setting FATE character skills with a macro.

1676872779
Senjak
Pro
Sheet Author
I'm using the Evil Hat version of the FATE character sheet and I'm trying to set some standard setting using the following: /w gm setting details with setattr !setattr --sel --fp|5 --refresh|3 --EditSkills|0 --EditAspects|0 --EditStress|0 --EditStunts|0 --EditPowers|0 --EditExtras|0 --EditConsequences|0 --EditConditions|0 --EditTempAspects|0 --EditNotes|0 /w gm setting details with tokenmod !token-mod {{ --on show_tooltip showname showplayers_name --set width|140 height|140 bar1_link|Stress-MentalStress-Used bar2_link|Stress-PhysicalStress-Used bar3_link|Condition-DrunkHigh-Used tooltip|"@{selected|character_name}" }} /w gm setting default token with tokenmod !token-mod {{ defaulttoken }} I'm looking to set some skills to default values with something like: !setattr --sel --Skill-Communication Magic|-1 I've tried a bunch of variants but nothing seems to stick. I've even tried: !setattr --sel --skill-row5|" " --skill-row3|Communication Magic --Skill-Communication Magic|3 Any suggestions?  Thanks! Senjak P.S. I'm a pro member, so if this can only be done with an api, I'm quite open to that solution.
1676872842
Senjak
Pro
Sheet Author
PS, I fixed the bug in the token mod where I'm missing --set.