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

Need a little help with ...

Ok so I am using The Abilities and Attributes tab as a gm - I want to create a macro that lists monster statistics - I have all the items listed on my attributes tab. The below macro requires that I type in the information for each critter. I want instead for the macro to grab the "X" info from the Attributes list. Can you help (ps these are not the actual attributes - just something I grabbed from Hackmaster sheet. /w gm &{template:default} {{name=@{selected|token_name} Details}} {{Size/Weight=X}} {{Intelligence=X}} {{Move=X}} {{Walk=X}} {{Jog=X}} {{Run=X}} {{Sprint=X}} {{Vision Type=X}} {{Awareness/Senses=X}} Also, I created a dice roller for Skills in Star finder. I would like to have it instead of rolling all the skills - but instead create a Button box - Essentially combine the two macros below. &{template:default} {{name=@{selected|token_name} Attempts a Skill Check!}} {{Acrobatics=[[1d20+@{selected|Acr}]]}} {{Athletics=[[1d20+@{selected|Ath}]]}} {{Bluff=[[1d20+@{selected|Bluff}]]}} {{Computers=[[1d20+@{selected|Com}]]}} {{Culture=[[1d20+@{selected|Cul}]]}} {{Diplomacy=[[1d20+@{selected|Dip}]]}} {{Disguise=[[1d20+@{selected|Dis}]]}} {{Engineering=[[1d20+@{selected|Eng}]]}} {{Intimidate=[[1d20+@{selected|Intim}]]}} {{Life Science=[[1d20+@{selected|LSc}]]}} {{Medicine=[[1d20+@{selected|Med}]]}}{{Mysticism=[[1d20+@{selected|Mys}]]}}{{Perception=[[1d20+@{selected|Per}]]}}{{Physical Science=[[1d20+@{selected|PSc}]]}}{{Piloting=[[1d20+@{selected|Pil}]]}}{{Profession=[[1d20+@{selected|Pro1}]]}} {{Sense Motive=[[1d20+@{selected|SM}]]}}{{Sleight of Hand=[[1d20+@{selected|SoH}]]}}{{Stealth=[[1d20+@{selected|Stl}]]}}{{Survival=[[1d20+@{selected|Sur}]]}} __________________________ &{template:default}{{name=Dice Box}}{{Dice=[D3](! #D3)[D4](! #D4)[D6](! #D6)[D8](! #D8)[D10](! #D10)[D12](! #D12)[D20](! #D20)[D100](! #D100)[2D4](! #2D4)[2D6](! #2D6) [D??](! #D??)}} _______ So instead of dice rolling, I want to have a skill button. And finally is there a way to alter the "template" so that I can give my chat box a better look. Whether using the character sheet template of making my own and importing it? Thank you for your help I have had a hell of a time learning how to do this stuff and what I have learned has been due to the kindness of others
Grundvarg, not sure if this is what you're looking for: I created a character sheet template, loaded it up with attributes and macros I like, and then I copy that template when I want to make a new PC or NPC.  One of my macros is "stats" that looks like this: /w gm &{template:default} {{name=Stats}} {{HP=(@{selected|HP} of @{selected|HP|max})}} {{Class=@{selected|class}}} {{Race=@{selected|race}}} {{Alignment=@{alignment}}} {{Armor Class= @{selected|AC}}} {{THAC0=@{selected|thac0}}} {{Level= @{selected|level}}} {{Speed= @{selected|basespeed}}} {{Fly= @{selected|speedfly}}} {{Climb= @{selected|speedclimb}}} {{Swim= @{selected|speedswim}}} {{Int=@{selected|intelligence}}} {{Wis=@{selected|wisdom}}} {{Str=@{selected|strength}}} {{Dex=@{selected|dexterity}}} {{Cha=@{selected|charisma}}} {{Con=@{selected|constitution}}} It creates this table: The template is the default template that is available in all games.  What other templates are available is determined by what character sheet you are using.  There is a wiki for some character sheets, so maybe you can get template information there.