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