Image Designer Archive
Thread: macro issues(specifically the repeating the action part)
Page 1 of 1
Stumpet_Rakingclaw
Sun Jan 18, 2004 4:01 pm
#1
ok it is like this
/image;
/imagedesignsetvalue hair_color 1;
/pause 01;
/ui action toolbarslot 00;
what am i doing wrong???
it pops up with the first action but then nothing more
any help is greatly appreciated
/image;
/imagedesignsetvalue hair_color 1;
/pause 01;
/ui action toolbarslot 00;
what am i doing wrong???
it pops up with the first action but then nothing more
any help is greatly appreciated
Stumpet_Rakingclaw
Sun Jan 18, 2004 4:54 pm
#3
thank you heh i feel retarded now but thanks it is greatly appreciated
Ariven
Sun Jan 18, 2004 11:12 pm
#4
If you don't want to take up a toolbar slot for the macro, for example something you don't run very often, you can loop it by putting:
/macro MACRONAME;
at the end, so if you had a macro named Fred, you could put:
/macro fred;
You can even call other macros, and execution will resume when they are done executing.
/macro MACRONAME;
at the end, so if you had a macro named Fred, you could put:
/macro fred;
You can even call other macros, and execution will resume when they are done executing.
Page 1 of 1