Hi guys, I have written the following scriptcard for skill checks and it works fine if I use it from the attributes section of the charactersheet (Pathfinder 1st by Roll20). !script{{ --/|CARDSETTINGS --#emotestate|no --#sourceToken|@{selected|token_id} --?"[*S:t-name]" -inc Simar|&NAME;Simar --?"[*S:t-name]" -inc Eldon|&NAME;Eldon --?"[*S:t-name]" -inc Dagan|&NAME;Dagan --?"[*S:t-name]" -inc Samuel|&NAME;Samuel --?"[*S:t-name]" -inc Thorgk|&NAME;Thorgk --Lsettings|[&NAME] --/|DEFINE SAVE --&Rettungswurf|?{Welcher Rettungswurf?|Reflex|Willen|Zähigkeit} --?"[&Rettungswurf]" -inc Reflex|&RW;@{reflex} --?"[&Rettungswurf"] -inc Willen|&RW;@{will} --?"[&Rettungswurf]" -inc Zähigkeit|&RW;@{fortitude} --/|DEVINE TITLE --#title|Rettungswurf --#leftsub|[&Rettungswurf] --/|ROLL AND CHECK INSPIRATION --=ROLL|1d20 + [&RW] --?"[*S:t-name]" -inc Simar|CHECKINSP --+|[c][*S:t-name] würfelt eine [$ROLL][/c] --x| --:CHECKINSP| --?[*S:Inspirationsvorrat] -ge 2|GENUG --+|Simars Inspirationsvorrat für diesen Tag ist erschöpft! --^NOINSPROLL| --x| --:INSPROLLDONE| --#emoteState|no --#rightsub|Inspiration (Kosten 2) --=SAVEINSP|[$ROLL] + [$INSPROLL] --+|[*S:t-name] würfelt zusätzlich eine [$INSPROLL] und kommt insgesamt auf [$SAVEINSP]. --@modattr|_silent _name Simar Altran _Inspirationsvorrat|-2 --X| --:NOINSPROLL| --#rightsub|ohne Inspiration --+|[*S:t-name] nutzt seine Inspiration nicht und bleibt bei einer gewürfelten [$ROLL]. --X| --:GENUG| --#reentrant| --=INSPROLL|1d6 --+|Simar würfelt eine [$ROLL] und hat genügend Inspirationsvorrat, um das Ergebnis verbessern zu können! --+|[c][rbutton:#ffffff:#ff0000]Inspiration::INSPROLLDONE[/rbutton][/c] --+|[c][rbutton:#ffffff:#ff0000]Keine Inspiration::NOINSPROLL[/rbutton][/c] --x| }} But if I use it from the macros section on the right side of the screen the following error occurs. TypeError: Mt is undefined Any advice for a coding noob?