Macro Names can only have a limited length
TimothyLuke opened this issue ยท 2 comments
The macro name BLADEPRO_TANKING_AND_SPANKING fails to operate as the name Is too long. need to figure out how long is too long.
that macro name is 1 char too long - it clips on the last part:
/click [button:2] BLADEPRO_TANKING_AND_SPANKING RightButton; [button:3] BLADEPRO_TANKING_AND_SPANKING MiddleButton; [button:4] BLADEPRO_TANKING_AND_SPANKING Button4; [button:5] BLADEPRO_TANKING_AND_SPANKING Button5; BLADEPRO_TANKING_AND_SPANK```
Need to limit to 28 chars.