Hello, I am trying to make a macro I found to cast cure wounds spells : &{template:pf_attack} {{header_image_melee=[Melee](<a href="http://i.imgur.com/1QEl2bG.png" rel="nofollow">http://i.imgur.com/1QEl2bG.png</a>)}} {{character_name=@{Cteek|character_name}}} {{character_id=@{Cteek|character_id}}} {{name=?{Cure Spell|Cure Light,Cure Light Wounds &#125;&#125; {{@{target|character_name} Heals =[[ floor(1.5*(1d8+{5&#44; @{Cteek|spellclass-0-level-total}&#125;kl1)) ]] HP | Cure Moderate, Cure Moderate Wounds&#125;&#125; {{@{target|character_name} Heals =[[ floor(1.5*(2d8+{10&#44; @{Cteek|spellclass-0-level-total}&#125;kl1)) ]] HP|Cure Serious, Cure Serious Wounds&#125;&#125; {{@{target|character_name} Heals =[[ floor(1.5*(3d8+{15&#44; @{Cteek|spellclass-0-level-total}&#125;kl1)) ]] HP|Cure Critical, Cure Critical Wounds&#125;&#125; {{@{target|character_name} Heals =[[ floor(1.5*(4d8+{20&#44; @{Cteek|spellclass-0-level-total}&#125;kl1)) ]] HP|Wand of Cure Light,Use his Wand of Cure Light Wounds&#125;&#125; {{ @{target|character_name} Heals =[[ 1d8+5 ]] HP } }} My problem is I do not understand what " spellclass-0-level-total " is and it causes the macro to not work. I followed this thread on it: <a href="https://app.roll20.net/forum/post/2159164/post-your-macros-here-pt-3/?pageforid=2358799#post-2358799" rel="nofollow">https://app.roll20.net/forum/post/2159164/post-your-macros-here-pt-3/?pageforid=2358799#post-2358799</a> Is there someone that can guide me or help please ? PS : Sorry for bad english.