
Hey guys, I'm having a slight issue with setting up an queried macro for a hasted attack using the Roll20 Pathfinder template. ?{Haste|No,|Yes,{{}roll4=[[1d20cs>?{Keen Edge?| No,18| Yes,15} + @{CharacterA|bab}[BAB] + @{CharacterA|Dexterity_mod}[DEX] + (4-2)+?{Attack Bonus}[MOD] + [[ ?{Some Other Bonus?|No,0|Yes, 1}*2 ]]+@{CharacterA|attack_bonus}[TEMP] + (@{CharacterA|attack_condition})[CONDITION] + @{CharacterA|rollmod_attack}[QUERY] ]]}} ?{Haste|No,|Yes,{{}critconfirm3=[[1d20cs20 + @{CharacterA|bab}[BAB] + @{CharacterA|Dexterity_mod}[DEX] + (4-2)+?{Attack Bonus}[MOD] + [[ ?{Some Other Bonus?|No,0|Yes, 1}*2 ]]+@{CharacterA|attack_bonus}[TEMP] + (@{CharacterA|attack_condition})[CONDITION] + @{CharacterA|rollmod_attack}[QUERY] + @{CharacterA|critconfirm_bonus}[CRIT CONFIRM BONUS] ]]}} It works pretty nicely with the attack and damage (not listed here) all working as they should and not causing issues with the actually flow of the rolls, except it will not roll/display the critical confirm roll. The critical damage works perfect, just the confirmation roll. Can anyone help point out what I'm missing here?