GenKitty said: I converted all your attribute calls to numbers so I could work on this. Some thoughts as I chew on your macro, Ziechael.... What system are you playing? Why not use the re-roll mechanic to confirm crits? I think I found some errors! In --Rake 1 Critical? you have the following section: for [[[[ (@{selected|weapon3critmult})@{selected|weapon3damage} ]] I put a * in there: for [[[[ (@{selected|weapon3critmult})*@{selected|weapon3damage} ]] Oh look, you did it again in Rake 2 Critical, just as I semi-expected Now here's the really WEIRD bit. I can make Rake 1 work, or I can make Rake 2 work. I can't make them BOTH work in the same macro. I keep getting: SyntaxError: Expected "[" or [ |\t] but "<" found.
Some final thoughts: Your macro is a little more cumbersome than it needs to be. Try this on for size: (No, I didn't put your attribute calls back, but I did leave all your inline labels) !power {{ --emote|@{selected|token_name} rakes at @{target|token_name} with her back claws. --name|Rake --Rake#2:|[[ 1d20ro20 +1[BAB] +2[Ability] +0[size] +1[Weapon3 Enh] +0[Weapon3 Focus] + ?{Flank (1=yes)|0}*2[Flank] +?{Other Att Bonus?|0} ]] vs [[@{target|ac}]] for [[ [[(3)*1d8]] + [[d0+(3[Weapon3DamageStat] +1[Weapon3 Enh] +0[Weapon3 Specialization])* 3]] + [[d0+?{Other Damage Bonus?|0}[Other Damage Bonus] ]] ]] damage! --Continued Grapple?|[[1d20+1+1]] vs [[1d20+1+1]] for [[d0+1 +1[Weapon1DamageStat] +1[Weapon1 Enh] +1[Weapon1 Specialization] +?{Other Damage Bonus?|0}[Other Damage Bonus] ]] damage! }} Whitespace is your friend, use it to set off your nestings. I hope all of this is a help to you! Thanks for taking a look GenKitty, I should have mentioned that I'm using Diana's 3.5 character sheet (along with some home-brew rule calls) and that most of this is built from her original attack macros which i've ruthlessly butchered for my own diabolical needs. Therefore, (@{selected|weapon3critmult})@{selected|weapon3damage} needs to stay as it is, i use weapon n damage to house the die to roll, so the above works out as 3d6 for example. You are right though that i really should not use massive blocks of text, i'm just stuck in my ways lol. The confusing thing for me is that this worked fine before i put in the nested inline rolls?!? I may just have to revert it to the original slightly messier one (thats right, this is the NEAT version!). I also have the same effect on another macro which is almost twice the size, but again that worked fine before i nested some of the rolls. I did notice that you put the whole PC in {{ }} which is something i've never done... does that have an effect? (i try to keep up but still build my PC's the same way i did when PC2 was first released... : /