
Hello! I'm trying to craft a spell to determine a target's strength per the detect undead rules ( <a href="https://aonprd.com/SpellDisplay.aspx?ItemName=Detect%20Undead" rel="nofollow">https://aonprd.com/SpellDisplay.aspx?ItemName=Detect%20Undead</a> ). Based upon a target's HD, a different aura will result. I've created a spell for detect undead. One links to the spell itself (to keep the chatbar small) and a button to call an macro. That outputs the result in chat as a '2' right now because the target has '2' class levels. What I'm looking for help with for the next step is how do I take that '2' and convert it to 'Moderate' for the detect undead spell's result? Or initiate a similar query if I need to reference a different variable for NPCs? Thank you in advance for your help! --==-- Spell --==-- [Check Aura Strength](~Aurelia Lightbringer|test) [Full Spell]( <a href="https://aonprd.com/SpellDisplay.aspx?ItemName=Detect%20Undead" rel="nofollow">https://aonprd.com/SpellDisplay.aspx?ItemName=Detect%20Undead</a> ) --==-- End of Spell --==-- --==-- Macro --==-- @{target|class-0-level} --==-- End of Macro --==--