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

NPC action Macro Not working 2024 Sheets

So I'm new to macros and I'm trying to get this NPC macro to work for both 2014 and 2024 monster sheets. @{selected|wtype}&{template:default}{{name=@{selected|character_name} Actions}} {{ Actions =[@{selected|repeating_npcaction_$0_name}](~selected|repeating_npcaction_$0_npc_action) }} # @{CHARACTERNAME|wtype}&{template:default}{{name=@{selected|npc_name}} Actions}} {{ Actions =[@{selected|repeating_npcaction_$0_name}](~selected|repeating_npcaction_$0_npc_action) }} I have managed to find others that work for both for other things like Ability Checks but I can figure this one out. Any ideas?
1748013547
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Lilith! Those attributes have not yet been added to the 2024 sheet. It uses a different architecture (Beacon), and must emulate things that were native to all the sheets that came before, like calling attributes and actions. Progress is slowly being made to add these to the sheet.
Ah ok, so there is nothing like this right now for the 2024 sheets.  Hopefully it comes soon (such a time saver).