New-ish to Roll20. New to Macros. New to API. I've always been a pen & paper player, so learning Roll20 with a homebrew system was an awful idea. I've set up some macros that call on the players attributes and checks it against the target's AC, and rolls damage. That's the most successful I've been. I tried to use APIs like Tokenmod to change a token bar value, but they only work when typing them directly in chat, one line at time. APIs in macros don't do anything besides making a small blue bar in chat. I'd post examples, but it's literally just other examples I've seen & tinkered with on forms. Any tutorials are mostly about custom APIs, and I can't even guess how to use standard ones correctly. Is there any good "Macros & API for complete idiots" guide? How do you use API lines like " !token-mod --set bar2_vaule|-2 " and include rolls in the same button press?