This is probably going to be a super easy answer for those who know gearswap in and out, but how do I write a macro to change a state in gearswap?
I am gearing up warrior and want to have a macro that swaps to a specific weapon state based on a particular weapon.
Example:
Code: state.WeaponSet = M{['description']='Weapon Set', 'Chango', 'Ragnarok', 'Naegling', 'ShiningOne', 'Dolichenus', 'Loxotic', 'Karambit'}
I want a macro that swaps to Naegling without toggling through.
"/console gs c WeaponState Naegling" didn't work. Anyone know how to do this? Thank you!