sub 7.2.5 - something wrong

hello,

the code below i got from someone else and tinkered it a bit (so it doesnt use up slow CD’s)

but when i use it from a mount, it goes Shadow Dance, instead of stealth (btw, i have set this lazy macro to my MOUSE MIDDLE BUTTON - to run when i scroll the button up or down, it that has any effect on how the macro runs)

Sequences['sub'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Gogalak@Twisting Nether",
  SpecID=261,
  Talents = "1,2,3,3,2,1,2",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/dismount [mounted]",
        "/cast [nostealth] Stealth",
        "/cast Marked for Death",
      },
      PreMacro={
      },
        "/dismount [mounted]",
        "/cast [nostealth] Stealth",
        "/cast Symbols of Death",
        "/cast Shadowstrike",
        "/cast [nostealth] Shadow Dance",
        "/cast Backstab",
      PostMacro={
      },
      KeyRelease={
        "/dismount [mounted]",
        "/cast [nostealth] Stealth",
      },
    },
  },
}

add [combat] before your shadowdance and you wont have that problem

“/cast [nostealth, combat] Shadow Dance”,

excelent - thank you.