Image Designer Archive
Thread: need help making a macro!
Page 1 of 1
apex9thcmd
Fri Oct 24, 2003 9:24 pm
#1
can some plz help me make a macro to change someones eye color.. im useless at making these things and id be very greatful!
many thx
KyleKnox
Sat Oct 25, 2003 8:02 am
#2
Im trying to figure out one for hair color change as well - Ive gotten it down to a function key then four mouse clicks to change my own hair color, but I need to do soem serious grinding here, so any help would be greatly appreciated....
GusterTim
Sun Oct 26, 2003 1:53 am
#3
hair color you can do, as well as eyes, in this fashion:
/image;
/imagedesignsetvalue hair_color xx;
or
/imagedesignsetvalue eye_color xx;
You can get the xx values from your normal GUI window. Let's say you wanted to change eyes to bright green. Your macro would be:
/image; /imagedesignsetvalue eye_color 15;
Just set that to a hotkey and save yourself about 3 or 4 clicks per use.
Page 1 of 1