So i have a really difficult Macro i need help Programming.
I have a Path finder character .... He is a DWing Soul Knife who has Sneak Attack.
He uses Linked Striking so his to hit changes after he hits someone his Tohit increases by two and his damge dice by +2d6
The basic macro i have looks like this
To hit
/Roll 1d20+31
Dmg
/Roll 1d4+20
/Roll 2d6
Sneak Attack
/Roll 5d6
I want to neaten this up. And turn it into Text so i can distinguish between different attack.
I have a Path finder character .... He is a DWing Soul Knife who has Sneak Attack.
He uses Linked Striking so his to hit changes after he hits someone his Tohit increases by two and his damge dice by +2d6
The basic macro i have looks like this
To hit
/Roll 1d20+31
Dmg
/Roll 1d4+20
/Roll 2d6
Sneak Attack
/Roll 5d6
I want to neaten this up. And turn it into Text so i can distinguish between different attack.