
The situation is this: I'm playing a psion and I use Dispel Psionics. I use shards to boost my augmentation by a variable number (I use my character sheet for this) and I also have a variable manifester level (Again, on the sheet). I can augment this power as normal. Now I tried making a code that takes 1d20 adds my manifester level and then adds the augmentation. BUT, the augmentation bonus + the manifester level can not exceed +20 (As per the power description). This is what I got, though I admit I am new to using KL1 in my macros: [[1d20+{@{Charlie|ManifesterLevel}, 10}KL1+{(?{Augmented points?|0}*2+@{Charlie|ShardMod}*2), (20-{@{Charlie|ManifesterLevel}, 10}KL1)}KL1]] This, for some reason, does not actually roll anything. It just seems to ignore it... Anyone know why?