Im using Toxicdust code but today when i updated it went wrong...

I have been using Toxicdusts code
but tonight it didnt start, first it was an update for GSE and after that just to of the codes was working the one bladefurydump is not working, i dont know why…

WHen i import it to GSSE it says that i dont have the help file…

This is my code that im using.

Sequences[‘BladeFuryBuilder’] = {
author=“Blademïst@Twilight’s Hammer”,
specID=72,
version=1,
source = “Local”,
helpTxt = “Talents: 2332333”,
StepFunction = GSStaticPriority,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/cast [combat] Battle Cry
/cast [combat] Blood Fury
/cast [combat] Avatar
/targetenemy [noharm][dead]
]],
“/castsequence Bloodthirst, Raging Blow, Furious Slash”,
PostMacro=[[
/use [combat] 13
/use [combat] 14
]],
}

Sequences[‘BladeFuryDump’] = {
author=“Blademïst@Twilight’s Hammer”,
specID=72,
version=13,
source = “Local”,
helpTxt = “Talents: 2332333”,
StepFunction = GSStaticPriority,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/cast [combat] Battle Cry
/cast [combat] Blood Fury
/cast [combat] Avatar
/targetenemy [noharm][dead]
]],
“/cast [combat] Dragon Roar”,
“/cast Rampage”,
“/cast Execute”,
PostMacro=[[
/use [combat] 13
/use [combat] 14
]],
}

Sequences[‘BladeFuryAE’] = {
author=“Blademïst@Twilight’s Hammer”,
specID=72,
version=1,
source = “Local”,
helpTxt = “Talents: 2332333”,
StepFunction = GSStaticPriority,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/cast [combat] Battle Cry
/cast [combat] Blood Fury
/cast [combat] Avatar
/targetenemy [noharm][dead]
]],
“/cast Dragon Roar”,
“/cast Odyn’s Fury”,
“/cast Whirlwind”,
PostMacro=[[
/use [combat] 13
/use [combat] 14
]],
}

If you get the message about the help file, just go back into /gsse and click import. Macro should still be there and hit save again. It’ll give you a message about macro collision, but the macro will still show up (and in my case with other macros so far) and be usable.

Was just checking now and it still works fine on my side