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

5e OGL Character Sheet Macro Problem

1508860703
Chibbin Grove
Pro
Marketplace Creator
So, I have just started to macro my NPC actions and have been using the following; %{selected|repeating_npcaction_$1_npc_action} to create token macros for my monsters actions. However, one of my monsters actions is a cantrip and I cant find the attribute name or command to cast a spell, specifically a cantrip in the character sheet attribute names. Any help here would be greatly apprehciated 
Spells for NPCs follow spells for PCs. So you need to use %{selected|repeating_spell-LEVEL_INDEX_spell} where LEVEL is the spell level (cantrip, 1, 2, etc.) and INDEX is either the specific row id or $X like you have above.
1508861303

Edited 1508861564
Chibbin Grove
Pro
Marketplace Creator
Thank you! You have saved me a headache!