Hi everyone. I think this'll be easy for most of you, but I'm having trouble with a macro. I want an attack of a creature to deal ( 2d8 + 4 + the Constitution modifier of the target or 1 whichever is higher ) in necrotic damage. How'd you guys do this? i nearly succeeded, but I'm struggling with the conditional part (i.e. Constitution mod or 1...). For now I'm using 2d8+4 + @{target|Target1|constitution_mod} though if the Constitution modifier of the target is negative it will reduce the total damage. Thanks in advance.