Musician Archive
Thread: MACRO!!!!!!
Page 1 of 1
Aquian
Tue Mar 23, 2004 7:32 pm
#1
hey who here knows the way to repeat the macro? i had it but i lost it before i could use it.
GerRob
Wed Mar 24, 2004 3:24 am
#2
First way:
/macro Makroname
/doing something
/Makroname;
Second Way:
/macro Makroname
/doing something
/ui action toolbarSlot"NumberoftheSlotyoupulledthemacroto"
hth + regards
/macro Makroname
/doing something
/Makroname;
Second Way:
/macro Makroname
/doing something
/ui action toolbarSlot"NumberoftheSlotyoupulledthemacroto"
hth + regards
MajorCurt
Wed Mar 24, 2004 11:29 am
#3
*sigh*
Your SUPPOSED to make some smart remark that puts down people when they ask for macros. At least that's what everyone else, including myself, does.
frankmullins
Thu Mar 25, 2004 6:51 am
#4
another option that i actually perfer for macro is repeat is:
/macro name
name would bev whatever name you gave the macro, example:
/macro zombiedance
Calls up my standard dance macro.
The advantage this offers over the standard /ui action toolbarSlotxx is that you don't have to have a certain toolbar up, or even have it in a toolbar slot. When you want to run it, just type /macro zombiedance.
Cheers.
Page 1 of 1