
I made this macro for my psion, but for some reason it never displays anything when I use it. I get all the prompts up to and including "Empower cost", but then the chat is silent and no rolls appear... Here's the macro: /me snaps his fingers and a shrill whistle pierces the air, as three empowered energy barrages fly, using ?{Whose focus?|his crystal's focus} for [[floor((5d6+floor((?{Augmentation points? (increments of 4)|0}+@{Charlie|ShardMod})/4)d6)*?{Damage multiplier?|1.5})]] points of ?{Energy Type?|Fire} damage for [[11d1+?{Augmentation points? (Increments of 4)|0}[Augmentation]+?{Empower cost?|2}]] Power Points, DC [[1d1+9[Base 10]+@{Charlie|IntMod}[Int bonus]+6[Power level]+floor((?{Augmentation points? (increments of 4)|0}+@{Charlie|ShardMod})/4)[Augmentation DC]]] Ref save for half damage. And the non-empowered version has a problem as well, which might be related, in that when I use it, it seems that the macro adds ShardMod and Augmentation points together and divides them by 4 as normal, but after the floor function reduces that number to a single integer, it never runs the "d6" part afterward which should've rolled that many d6's... Anyone got any idea why? EDIT: I realise that the energy barrage power uses 3 exactly identical damage rolls, so I will edit away 2 of those to make the code more readable