Hello, I'm trying to wrap my head around macro's and syntax but am hitting a bit of a wall with a specific macro for use in the Pathfinder 1E community sheet. This is in the extra damage modifier field. Momentum's Edge: [[?{Did you Spring or Charge with burst?|No, 0|Yes, [[?{Expend Focus?|No, @{speed-base}+10*0.2|Yes, @{Speed-base}+50.2}}]]]] My first issue is that the drop down menu displays 4 options (no, yes, no, yes), the second issue is that the nested query "Expend Focus?" is showing up as a text field instead of a drop down with yes and no. The intention is for it to ask if I used burst with spring attack or charge action, if no then do nothing. If yes then ask if I also expended my focus, if no then add 10 to my base speed and then multiply it by 0.2. If yes then add 40 to my base speed and multiply it by 0.2. Any help would be appreciated. Thanks!