So I am trying to create a Macro/Query for one of my attacks. In case the image isn't clear:    -[[?{Power Attack|Yes,1|No,0}*(1+floor(@{bab}/4))]] +[[ ?{ Destined Strike |No,0|Yes,1}*(floor(@{class-0-level}/2)) ]]   I need destined strike to score as a minimum of 1; currently while at level 1, this macro does not work as it rounds down to 0.   Minimum I believe is 'kh1' but, I don't know how to write it like that.  In case you were wondering the Pathfinder rule in question is   At 1st level, as a  free action  up to three times per day you can grant yourself an  insight bonus 
 equal to 1/2 your bloodrager level (minimum 1) on one melee attack. At 
12th level, you can use this ability up to five times per day.   Can anybody help?