I am trying to use chat gpt to make me a few macros. When it makes my macros it puts them into the old format GSE used to use. How do I convert the following macro to the new format?
local Sequences = GSELibrary – This line is required for GSE 3.1.51
Sequences[‘DiscPriest_Mindbender_MythicPlus’] = {
Author=“YourName”,
SpecID=256,
Talents = “YourTalentChoices”,
Help = “Mindbender Mythic+ Build - Optimized for 2pc and 4pc Tier Set Bonuses”,
Default=1,
Icon=‘Spell_Holy_PowerWordShield’,
MacroVersions = {
[1] = {
Trinket1=false,
Trinket2=false,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = “Sequential”,
LoopLimit=3,
KeyPress={
“/cast [mod:alt, @player] Power Word: Shield”,
“/cast [combat, @focus, exists, nodead, help] Power Word: Shield”,
“/cast [combat, @mouseover, exists, nodead, help] Power Word: Shield”,
“/cast [combat] Rapture”,
},
PreMacro={
},
“/castsequence reset=target/5 Shadow Word: Pain, Penance, Smite, Smite, Smite”,
“/cast Mindbender”,
“/cast Power Word: Solace”,
“/cast [@mouseover, exists, nodead, help] Shadow Mend”,
“/cast Halo”,
“/cast Shadow Covenant”,
“/cast Penance”,
“/cast Smite”,
PostMacro={
},
KeyRelease={
“/cast [combat] Power Infusion”,
},
},
},
}