Hello, I am trying to make a macro I found to cast cure wounds spells :
&{template:pf_attack} {{header_image_melee=[Melee](http://i.imgur.com/1QEl2bG.png)}} {{character_name=@{Cteek|character_name}}} {{character_id=@{Cteek|character_id}}} {{name=?{Cure Spell|Cure Light,Cure Light Wounds }} {{@{target|character_name} Heals =[[ floor(1.5*(1d8+{5, @{Cteek|spellclass-0-level-total}}kl1)) ]] HP | Cure Moderate, Cure Moderate Wounds}} {{@{target|character_name} Heals =[[ floor(1.5*(2d8+{10, @{Cteek|spellclass-0-level-total}}kl1)) ]] HP|Cure Serious, Cure Serious Wounds}} {{@{target|character_name} Heals =[[ floor(1.5*(3d8+{15, @{Cteek|spellclass-0-level-total}}kl1)) ]] HP|Cure Critical, Cure Critical Wounds}} {{@{target|character_name} Heals =[[ floor(1.5*(4d8+{20, @{Cteek|spellclass-0-level-total}}kl1)) ]] HP|Wand of Cure Light,Use his Wand of Cure Light Wounds}} {{ @{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: https://app.roll20.net/forum/post/2159164/post-your-macros-here-pt-3/?pageforid=2358799#post-2358799
Is there someone that can guide me or help please ?
PS : Sorry for bad english.