Slash command to change version
fireymerlin opened this issue ยท 1 comments
I would like a slash command that would allow me to change the version of a macro being used in the various options on the configuration tab of a macro.
Syntax:
/gs macroversion macro_name version_type version_number
Examples:
/gs macroversion SAM_BMsingle default 2
/gs macroversion sam_bmsingle pvp 2
I would like all the fields to case insensitive: SAM_BMsinlge and sam_bmsingle would both work.
This already exists eg:
/run GSELibrary[classid]["MacroName"].PVP = value
/run GSELibrary[classid]["MacroName"].Default = value
All these values need to be case sensitive as WOW cant tell that the macros are the same name. You can have two different macros with the name SAM_BMsinlge and sam_bmsingle