Greetings all. I created a macro that pulls other macros that I have labeled Fatalities. If I click on it, it gives me a drop down to select from the different specific fatality macros I have created, blood, holy, ice, etc. The issue is that in my new game I copied all of the macros over and it isn't working the same way. The Macros are as follows. Fatalities: ?{Choose Death |Blood,#Fatality-Blood |Fire,#Fatality-Fire |Holy,#Fatality-Holy |Ice,#Fatality-Ice } Fatality-Blood: /fx nova-blood @{selected|token_id} !token-mod --ids @{selected|token_id} --set statusmarkers|dead When I use just a specific fatality (blood for example) it works just fine and as intended, but when I use the dropdown from the fatalities macro it drops down a list of Blood dead Fire dead Holy dead Ice dead -- and this causes the one I choose to not actually set the token marker to "dead" as it seems to have been separated from the macro when it gets pulled to the new one. Anyone have any advice or a fix for this?