
Hi fellow Roll20ers,
I am struggling with an Ability Macro where I would need to :
- make the sum of 2 Attributes, let's call it S
- consider if S is positive or negative
- if positive I need to roll : ( 2 + S )d6k2
- if negative I need to roll : ( 2 + abs(S) )d6kl2
Could someone please help me with my ambitious Macro ?