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

[3.5] Other Skills

So, I know how to embed skill checks into macros. Just put in 1d20+@{selected|skill}. In 3.5 character sheet this works great for the preset skills. However, I use a few additional skills that I have to add in the 'other skills' section, and I can't seem to embed these skills into a macro. Any ideas.
1494134522
Diana P
Pro
Sheet Author
The 'Other Skills' section is what is often called a repeating section or a field set.  The name for the skill bonus there would be repeating_skills_$#_otherskill where the # is replaced by the row the skill you are interested in, starting with zero.  (The name of the skill is kept in repeating_skills_$#_otherskillname .) You would call the first skill with @{selected|repeating_skills_$0_otherskill} , the second with @{selected|repeating_skills_$1_otherskill} , the third with @{selected|repeating_skills_$2_otherskill} , etc. Hope that helps.
So I have to have the $ as part of the formula?
1494174038
Diana P
Pro
Sheet Author
Yes.  The $ basically tells it that the number should point to that number row. 
Somebody should change this thread, then: <a href="https://app.roll20.net/forum/post/1498000/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/1498000/slug%7D</a> It does NOT include the '$' and since the char sheet itself does NOT include the '$', this screwed me up until I found this thread!
1497152247
Diana P
Pro
Sheet Author
Ah.&nbsp; The other thread was from 2 years ago, from before the $ was added to the addressing.&nbsp; The $ was added when they added the ability to re-order the rows.