How would I convert code to be imported into GSE? Example
{
“BMHunterCata”: {
“Talents”: “”,
“Default”: 1,
“Author”: “YourName”,
“MacroVersions”: [
{
“StepFunction”: “Sequential”,
“Trinket1”: true,
“Trinket2”: true,
“Head”: false,
“Neck”: false,
“Belt”: false,
“Ring1”: false,
“Ring2”: false,
“Combat”: true,
“KeyPress”: [
“/targetenemy [noharm][dead]”,
“/petattack”,
“/cast [@pet,dead] Revive Pet”,
“/cast [@pet,noexists] Call Pet 1”,
“/cast Bestial Wrath”
],
“KeyRelease”: ,
“PreMacro”: [
“/cast Hunter’s Mark”
],
“Macro”: [
“/cast Kill Command”,
“/cast Arcane Shot”,
“/cast Cobra Shot”,
“/cast Kill Shot”,
“/cast Focus Fire”,
“/cast Intimidation”,
“/cast Rapid Fire”,
“/cast [pet:Spirit Beast] Spirit Mend”,
“/use 13”,
“/use 14”
],
“PostMacro”: [
“/startattack”
]
}
]
}
}