
I know that adding a d1 to a die roll drops the lowest roll in the set, while a k1 keeps only the highest roll. So 4d6d1 rolls four six sided dice and drops the lowest, while 4d6k1 would roll four six sided dice and keep only the highest. Is there a way to keep only the lowest number rolled? For instance, if I rolled 3d4 and got 2, 3, 3; how could I get the macro to display only the 2?