
Before the last major OGL update I used the following Abilities to apply Reliable Talent and it worked nicely, please note that in italic are placeholders. name content skill SKILL_NAME_CAMEL_CASE SKILL_NAME [Normal](~ PC_NAME |skill SKILL_NAME_CAMEL_CASE Normal) [Advantage](~ PC_NAME |skill SKILL_NAME_CAMEL_CASE Adv) [Disadvantage](~ PC_NAME |skill SKILL_NAME_CAMEL_CASE Disadv) skill SKILL_NAME_CAMEL_CASE Normal [[{1d20@{ PC_NAME |halflingluck}, {10} }kh1+[[@{ PC_NAME | ATTRIBUTE_NAME_SKILL_BONUS }]][ SKILL_3_LETTERS_CODE ]]] normal skill SKILL_NAME_CAMEL_CASE Adv [[{2d20kh1@{ PC_NAME |halflingluck}, {10} }kh1+[[@{ PC_NAME | ATTRIBUTE_NAME_SKILL_BONUS }]][ SKILL_3_LETTERS_CODE ]]] advantage, if [[@{ PC_NAME |halflingluck_flag}]] verify if 1/2 rolls is a 1 and if so replace it w/ [[d20]] (skip reading rest if read "if 0") skill SKILL_NAME_CAMEL_CASE Disadv [[{2d20kl1@{ PC_NAME |halflingluck}, {10} }kh1+[[@{ PC_NAME | ATTRIBUTE_NAME_SKILL_BONUS }]][ SKILL_3_LETTERS_CODE ]]] disadvantage an example of this is skillAcrobatics Acrobatics [Normal](~Alatos Thuibuld|skillAcrobaticsNormal) [Advantage](~Alatos Thuibuld|skillAcrobaticsAdv) [Disadvantage](~Alatos Thuibuld|skillAcrobaticsDisadv) skillAcrobaticsNormal [[{1d20@{Alatos Thuibuld|halflingluck}, {10} }kh1+[[@{Alatos Thuibuld|acrobatics_bonus}]][ACR]]] normal skillAcrobaticsAdv [[{2d20kh1@{Alatos Thuibuld|halflingluck}, {10} }kh1+[[@{Alatos Thuibuld|acrobatics_bonus}]][ACR]]] advantage, if [[@{Alatos Thuibuld|halflingluck_flag}]] verify if 1/2 rolls is a 1 and if so replace it w/ [[d20]] (skip reading rest if read "if 0") skillAcrobaticsDisadv [[{2d20kl1@{Alatos Thuibuld|halflingluck}, {10} }kh1+[[@{Alatos Thuibuld|acrobatics_bonus}]][ACR]]] disadvantage and it caters to the halfling trait Lucky as much as I could. With the post-update version I can't seem to reach that anymore as seen as when triggering the skill check Insight making the macro @{Alatos Thuibuld|wtype}&{template:simple} {{rname=^{insight-u}}} {{mod=@{Alatos Thuibuld|insight_bonus}}} {{r1=[[@{Alatos Thuibuld|d20}+@{Alatos Thuibuld|insight_bonus}@{Alatos Thuibuld|pbd_safe}]]}} @{Alatos Thuibuld|rtype}+@{Alatos Thuibuld|insight_bonus}@{Alatos Thuibuld|pbd_safe}]]}} @{Alatos Thuibuld|global_skill_mod} @{Alatos Thuibuld|charname_output} I'm afraid I'll have to stop automatically looking for the possibility of Lucky thus make 2 versions, one w/ Lucky and one w/o. I have the suspicion if I can access what's underneath @{ PC_NAME |d20} that I could work something out for Reliable Talent. I tried inspecting a sheet then searching for "d20" but it gave 100s of results. Thank you kindly for your help update 1: in table s/[ACR]/[SKILL_3_LETTERS_CODE]/