Buff modifier macro

New to assassination rogue… is there a macro that will let me continue to use Ambush while the Subterfuge buff is active but then switch to Mutilate when Subterfuge is not active?

Does something like this exist?

no… Blizzard purposely restricted the conditions that you can use in a macro, and buffs/debuffs are not available.
use this list to see what’s avaiable: https://wow.gamepedia.com/Macro_conditionals

It looks like subterfuge is [form:2]

#showtooltip
/cast [stealth][form:2] Ambush; Mutilate
2 Likes

If that’s the case you can just do:

#showtooltip
/cast [form] Ambush; Mutilate

You [deleted] Legend! You have unleashed me!

This solves a big keybinding space issue for me.