macro help


CoX_Zombie

 

Posted

So I'm using macros instead of binds (haven't fully grasped them yet).

I want my Nova form to drop to Human and switch to tray 1, and toggle on my Flight.

here is what I tried to use:

powexec_toggleoff Bright Nova$$goto_tray 1$$powexec_toggleon Energy Flight

I get an error saying unknown command Energy Flight,

Any help much appreciated.


 

Posted

Macros can be funny things. Let me guess. At some point you edited the macro, right? I've had them stop working for absolutely no reason at all because the text editing in the macro window was quirky.

Try deleting the macro and re-creating it thusly:

/macro h "powexec_toggleoff Bright Nova$$goto_tray 1$$powexec_toggleon Energy Flight"

That should create the macro "h" in your tray with all the commands in it - no need for editing. Try that, and see if it works.


The Scrappers' Guide to Dark Melee | Kheldian Binds and Strategies

 

Posted

I think it is something to do with the fact that Energy Flight is two words and you need some kind of end marker, using " marks should do the trick like Smiling_Joe said.


Princess Darkstar - Proud Member of the Handprints of Union, the #1 ranked SG in Europe!
British by act of union, English by grace of God, Northern by pure good fortune!
Quote:
Originally Posted by Aggelakis View Post
PrincessDarkstar: "RAAAAAAAAARRRRRRRRRGHHHHHHHHHH SOMEONE IS *WRONG* ON THE INTERNET!"

 

Posted

thanks guys, will check it out when I get home tonight