Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Query Calling an API Help

I'm trying to create a Macro with the following text  --------------------------------------------------------------------- ?{Choose a Skill| Acrobatics, !blindroll 1d20+@{selected|acrobatics_bonus} | Animal Handling, !blindroll 1d20+@{selected|animal_handling_bonus} | Arcana, !blindroll 1d20+@{selected|arcana_bonus} | Athletics, !blindroll 1d20+@{selected|athletics_bonus} | Deception, !blindroll 1d20+@{selected|deception_bonus} | History, !blindroll 1d20+@{selected|history_bonus} | Insight, !blindroll 1d20+@{selected|insight_bonus} | Intimidation, !blindroll 1d20+@{selected|intimidation_bonus} | Investigation, !blindroll 1d20+@{selected|investigation_bonus} | Medicine, !blindroll 1d20+@{selected|medicine_bonus} | Nature, !blindroll 1d20+@{selected|nature_bonus} | Perception, !blindroll 1d20+@{selected|perception_bonus} | Performance, !blindroll 1d20+@{selected|performance_bonus} | Persuasion, !blindroll 1d20+@{selected|persuasion_bonus} | Religion, !blindroll 1d20+@{selected|religion_bonus} | Sleight of Hand, !blindroll 1d20+@{selected|sleight_of_hand_bonus} | Stealth, !blindroll 1d20+@{selected|stealth_bonus} | Survival, !blindroll 1d20+@{selected|survival_bonus} } ------------------------------------------------------------------ When I run this though, it only prints out  !blindroll 1d20+@{Name|Skill_bonus} How do I get this macro to actually execute the APIs instead of printing them?
1678829349
The Aaron
Roll20 Production Team
API Scripter
Make sure there is no space after , and before !blindroll.  Also, no space in front of the initial ?
Thank The Aaron. It was the space before the !blindroll. Just got into APIs here and see you all over the forums. You're a hero.
1678855005
The Aaron
Roll20 Production Team
API Scripter
No problem, glad that fixed it for you!