
Ok, here's my problem.
I'm trying to put all the spell of my character into one macro.
But when I use it, the drop-down prompt and the input box react in a weird way. (like if they weren't taking a } somewhere)
I have been looking for a solution to this problem for 2 hours. If anyone knows how to solve it, you would have my full gratitude ;p
Here is my macro:
/me emite light
?{which Spell do you want to use?
|Wave of Pain, **The Light shine dark**
**Stat KI :**
/roll @{Maëlle|KI_stat|current}
**on @{Maëlle|KI_stat|max}**
**and deal**
/roll 1d6
**Dmg**
|Healing Wave, **The Light shine white**
**Stat KI :**
/roll @{Maëlle|KI_stat|current}
**on**
**@{Maëlle|KI_stat|max}**
**and heal for**
/roll 1d6
**HP**
|Projectile of Pain, **The Light condensate into a Dark sphere that fly thoward a target**
**Stat KI :**
/roll @{Maëlle|KI_stat|current}
**on @{Maëlle|KI_stat|max}**
**Max Range :**
/roll 3+?{BonusRange}
**and deal**
/roll ?{NumberOfDice}d4
**Dmg to the target**
|Healing Projectile, **The Light condensate into a Shining white sphere that fly thoward a target**
**Stat KI :**
/roll @{Maëlle|KI_stat|current}
**on @{Maëlle|KI_stat|max}**
**Max Range:**
/roll 3+?{BonusRange}
**and healing for**
/roll ?{NumberOfDice}d4
**HP to the target**}
Ki_stat|current is 2d10kl1 and Ki_stat|max is 8
I'm trying to put all the spell of my character into one macro.
But when I use it, the drop-down prompt and the input box react in a weird way. (like if they weren't taking a } somewhere)
I have been looking for a solution to this problem for 2 hours. If anyone knows how to solve it, you would have my full gratitude ;p
Here is my macro:
/me emite light
?{which Spell do you want to use?
|Wave of Pain, **The Light shine dark**
**Stat KI :**
/roll @{Maëlle|KI_stat|current}
**on @{Maëlle|KI_stat|max}**
**and deal**
/roll 1d6
**Dmg**
|Healing Wave, **The Light shine white**
**Stat KI :**
/roll @{Maëlle|KI_stat|current}
**on**
**@{Maëlle|KI_stat|max}**
**and heal for**
/roll 1d6
**HP**
|Projectile of Pain, **The Light condensate into a Dark sphere that fly thoward a target**
**Stat KI :**
/roll @{Maëlle|KI_stat|current}
**on @{Maëlle|KI_stat|max}**
**Max Range :**
/roll 3+?{BonusRange}
**and deal**
/roll ?{NumberOfDice}d4
**Dmg to the target**
|Healing Projectile, **The Light condensate into a Shining white sphere that fly thoward a target**
**Stat KI :**
/roll @{Maëlle|KI_stat|current}
**on @{Maëlle|KI_stat|max}**
**Max Range:**
/roll 3+?{BonusRange}
**and healing for**
/roll ?{NumberOfDice}d4
**HP to the target**}
Ki_stat|current is 2d10kl1 and Ki_stat|max is 8