Re: What happens if I press this button...
Two macros. Stacked.
Mind Blown.
And it's stuff like PUP and BST activate/deactivate stuff that I usually want this for. I don't want to hit the wrong macro and lose my pet with the cooldown still going, which is why I need it.
EDIT: hmm, I think I even understand how this works...
Both macros get replaced with something, and you end up with:
/command MyName HisName
The second name is ignored because the command parser isn't looking for a name, but it still calls up the <stpc> selector. Definitely evil genius stuff here.
But it should still use <stpc> instead of <stnpc> so it won't fail if there is no NPC around.
Originally posted by Truece
View Post
Mind Blown.
And it's stuff like PUP and BST activate/deactivate stuff that I usually want this for. I don't want to hit the wrong macro and lose my pet with the cooldown still going, which is why I need it.
EDIT: hmm, I think I even understand how this works...
Both macros get replaced with something, and you end up with:
/command MyName HisName
The second name is ignored because the command parser isn't looking for a name, but it still calls up the <stpc> selector. Definitely evil genius stuff here.
But it should still use <stpc> instead of <stnpc> so it won't fail if there is no NPC around.
Comment