GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Macro Names can only have a limited length

TimothyLuke opened this issue ยท 2 comments

commented

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.

commented

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.
commented

maybe 1 char too long was my plan all along haha
step one of a much larger plan to break GSE jkjk xD
ty for the tip on the length