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

ok I know that there is an easy fix for this .....

ok so I want to pull info from the Attributes area into my details box. So that it will say Walk and pull that info from the Attribute - Also does it have to be the say spelling as what it is or can I use an abbreviation. Basically cant figure out how to do this withpout a dice roll /w gm &{template:default} {{name=@{selected|token_name} Details}} {{Size/Weight=X}} {{Intelligence=X}} {{Crawl=X}} {{Walk=X}} {{Jog=X}} {{Run=X}} {{Sprint=X}} {{Vision Type=X}} {{Awareness/Senses=X}}
1522540714

Edited 1522540810
vÍnce
Pro
Sheet Author
/w gm &{template:default} {{name=@{selected|token_name} Details}} {{Size/Weight=X}} {{Intelligence=X}} {{Crawl=X}} {{Walk=X}} {{Jog=X}} {{Run=X}} {{Sprint=X}} {{Vision Type=X}} {{Awareness/Senses=X}} Just substitute the attributes name for X.  @{selected|weight}, @{selected|int-mod}, etc. You have to know the exact name of the attribute you want to use.  Some sheet's show that info when you hover over the field on the sheet. What sheet are you using?
I am using the Atrb section independently of the sheet itself
/w gm &{template:default} {{name=@{selected|token_name} Details}} {{Size/Weight=@{selected|size}}} {{Intelligence=@{selected|Int}}}  (that is if Int stood as the abbreviation for Intelligence?
1522542164

Edited 1522542230
vÍnce
Pro
Sheet Author
I was using "@{selected|int-mod}" only as an example.  Just make sure the attribute name matches the one used in the attributes tab and you'll be golden. You can also insert mutliple attributes if needed ie {{Size/Weight=@{selected|size}/@{selected|weight}}}
Thank you Vince I am really just learning this and get a bit confused when I want to do something complex not specifically covered in a Tutorial
1522543915
vÍnce
Pro
Sheet Author
No worries.  I'm confused most of the time. ;-P