
Hello everyone. I'm trying to hack the Mythras character sheet in a way where I can easily use a skill list macro. Part of the roll is from the sheet, part of it is me adapting it. I've posted it below. As you can see I'm trying to simply change a piece of the original roll with the variable that will point to the correct attribute. I've done things like this in the past and they have worked. I'd just like a fresh set of eyes to take a peek and maybe catch something. Note: In the main part of the macro, everything works when you take out the variable. I did not write that part and is simply rolled from the sheet. The only thing I've done is added the ?{Skill} into the areas I need to replace to make the variable replacement work. If anyone has any ideas, I'd love to hear it. Thanks! ?{Skill|Athletics,athletics|Boating,boating|Brawn,brawn|Conceal,conceal|Customs,custom|Dance,dance|Deceit,deceit|Drive,drive|Endurance,endurance|Evade,evade|First
Aid,first_aid|Influence,influence|Insight,insight|Locale,locale|Native
Tongue,native_tongue|Perception,perception|Ride,ride|Sing,sing|Stealth,stealth|Swim,swim|Unarmed,unarmed|Willpower,willpower} @{Selected|roll_display}&{template:skill}
{{show_reduced=[[@{Selected|show_reduced}]]}}{{name=^{?{Skill}-u}}} @{Selected|name_display}
{{very_easy=[[@{Selected|?{Skill}_very_easy}]]}} {{very_easy_crit=[[ceil(@{Selected|?{Skill}_very_easy}*.1)]]}} {{easy=[[@{Selected|?{Skill}_easy}]]}}
{{easy_crit=[[ceil(@{Selected|?{Skill}_easy}*.1)]]}} {{standard=[[@{Selected|?{Skill}} ]]}}
{{standard_crit=[[ceil(@{Selected|?{Skill}}*.1)]]}} {{hard=[[@{Selected|?{Skill}_hard}]]}}
{{hard_crit=[[ceil(@{Selected|?{Skill}_hard}*.1)]]}} {{formidable=[[@{Selected|?{Skill}_formidable}]]}}
{{formidable_crit=[[ceil(@{Selected|?{Skill}_formidable}*.1)]]}} {{herculean=[[@{Selected|?{Skill}_herculean}]]}}
{{herculean_crit=[[ceil(@{Selected|?{Skill}_herculean}*.1)]]}} {{rolled=[[1d100]]}} {{encumbered=[[1+@{Selected|?{Skill}_encumbered}]]}}
{{encumbrance_skills=[[@{Selected|encumbrance_skills}]]}} {{fatigue_skills=[[@{Selected|fatigue_skills}]]}}
{{notes=@{Selected|?{Skill}_notes}}}