
For reference here is the API script info for TrackerJacker, made by Ken L. ~3 years ago: TrackerJacker
This macro used to work about 1 month ago (I'm currently taking a break from DMing so I haven't used it for about as long), however when I came back to look at some things and copy macros over to a one shot game I noticed that this same exact macro no long works as intended for drop downs. My other drop-down macros for ability checks and such all still work so I think it is something unique to requesting an API script within the macro, this assumption however could be totally wrong so take it with a grain of salt.
Without further ado here is the macro as I have it written:
!tj -?{Status Marker Options|Add Status,addstatus ?{name}:?{duration}:?{direction}:?{message}|Edit Status (Current Token),edit|Add Favorite,addfav ?{name}:?{duration}:?{direction}:?{message}|List Favorite,-listfavs}
I have also tried making TrackerJacker macros using the script this way:
?{Status Marker Options|Add Status,!tj -addstatus ?{name}:?{duration}:?{direction}:?{message}|Edit Status (Current Token),!tj -edit|Add Favorite, !tj -addfav ?{name}:?{duration}:?{direction}:?{message}|List Favorite, !tj -listfavs}
Neither way has worked as intended, creating a selectable drop-down menu to pull each script from. I could always create these individually but I would rather not have 5+ macros on my bar just for one script which is why I created the drop-down version in the first place.
Any help or guidance you guys can give is really appreciated. I'm kind of at a loss here because I don't know what isn't working correctly. As stated in the beginning the top exact macro did at one time work.
Edit: Added a picture of what happens currently when running the macro, I get a query instead of a drop-down. The result is the same for both macro texts posted.