Good day all, I have the following macro that requires that the selected token and the selected target each input their strengths values. It then divides that by 5 to get the number of dice to be rolled. Unfortunately it only accepts the first strength value added and assumes that number for both rolls. Is there a way of inputting two seperate values? &{template:default} {{name=**STR vs STR Roll**}} {{ @{selected|token_name} **STR Roll** [[((?{Strength|0}/5))d6sd]] **VS** @{target|token_name} **STR Roll** [[((?{Strength|0}/5))d6sd]] *Count Body only.* }} Thanks for any help.