
I have this macro for a Ranged Attack in Iron Kingdoms: DEF: [[ ?{Boosted Attack?|N,2d6|Y,3d6} + ?{RAT|0} ]], ARM: [[ 2d6 + ?{POW|0} ]], LOC: [[ d6 ]] If it is a boosted attack it rolls 3d6+RAT to hit (2d6 otherwise), then 2d6+POW for damage, then d6 for location (body target). It works 100%, but I'd like it to tell the players it was a boosted attack. Is this possible?