
Hello all, i'm trying to built a macro for my Savage World game which permits the player/GM to select the main dice and roll this dice and the wild card dice automatically. These macro should be very useful as a generic roller in the macro bar. For exemple, i need to roll a d8 for a wild card. Just click on the macro button, select d8 in the list and the "/roll {1d8!,1d6!}kh1" is done in the chat But i'm not able to use the drop-down query with the {1d8!,1d6!}kh1 in the same command. I wonder if its possible to make something like that : ?{Choose Dice|1d4, {1d4!,1d6!}kh1|1d6, {1d6!,1d6!}kh1|1d8, {1d8!,1d6!}kh1} this one does not work, probably due to { } limitation in the same command but if someone knows how to manage that.... thanks a lot !