Hello! I'm fairly new at creating at my own macros and stuff but I wanted to do so to help my newer players have access to all their resources easily without being overwhelmed by the character sheet. What I'm trying to create is an API Menu for Saves that my players can press to also roll their saves if needed. Lo and Behold I found one such guide online... But it's very outdated. <a href="https://www.youtube.com/watch?v=dlJgpiFXPdo" rel="nofollow">https://www.youtube.com/watch?v=dlJgpiFXPdo</a> I've racked my brain enough and I'm honestly my wits end since I have no prior experience coding / HTML. I was wondering if someone can help me figure a macro for even just letting the API Ability command initiate a Save roll once clicked. /w gm &{template:default} {{name=@{selected|character_name} Status}} {{Armor Class= @{selected|ac}}} {{HP= @{selected|hp} / @{selected|hp|max} -[[@{selected|hp|max}-@{selected|hp}]]}} {{Temp HP= @{selected|hp_temp} / 10}} {{Spell Save DC= @{selected|spell_save_dc}}} {{Speed= @{selected|speed}ft}} {{Speed= @{selected|speed}ft}} {{Saves= [STR](&#13; Here's what I have so far but everytime I go past the carriage return, I get " TypeError: Cannot read properties of undefined (reading 'substring')" Thank You very much for any help!