GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Macro definition appears strangely complex

GaryREM opened this issue · 2 comments

commented

The latest WoW macros I have imported are appearing complex in the WoW macro editor. Older macros were simply:

#showtooltip
/click TaterBeast

The latest look like:

#showtooltip
/click [button:2] GweenBeast RightButton; [button:3] GweenBeast MiddleButton; [button:4] GweenBeast Button4; [button:5] GweenBeast Button5; GweenBeast

There seems to be a large number of extraneous commands.

commented