Image Designer Archive
Thread: Question regarding macros
I've tried to set up a series of macros for my Image Designing and I've hit a wierd snag. While they seem to work fine on other people (even the looping ones), whenever I try to use a looping macro on myself, I still end up with having to toggle through a series of selection menus. I've done the /iamgedesignSetValue eyeshadow 1; macro (and others)... which should automatically send me to the 'accept' menu, but instead I just have to click through all the menus offered despite the command line.
Is this usual? Is there a macro that an ID can use on themselves that just pops you right to the accept menu (without all the other choices popping up)?
Check the grinding thread above for proper syntax (in case I'm a little off on capitalization). In the meantime I believe that you have to do /im first - so /im; /imagedesignSetValue eyeshadow 0
Try that, and see how it works for you.
That's thecommand structureI'm using. On other people, it works just fine and there's no need for me to further define the parameters. But on myself, I still have to toggle through the selection menus to get to my desired change.
I enjoy Image Designing quite a bit, but I'd just like to streamline the system somewhat. And I can't wait til I can adjust my own body structure =)
Ohhhh, try doing control-1 to target self BEFORE you use the macro....
Yepthe macro commandsarefussy about that
NJ62 wrote:
Ohhhh, try doing control-1 to target self BEFORE you use the macro....
Same exact problem.
I just can't seem to get it to work ![]()
/imagedesign self;
/imagedesignSetValue lip_color 62;
Yeah, the game is really weird about using macros on yourself. In order to use a command line on yourself, you MUST have yourself targeted. You can do this by pressing CTRL+1. It took me forever to figure that out, and this is probably something that should be included in the stickies above. Thanks for bringing this up. ![]()
MUSoprano wrote:
Yeah, the game is really weird about using macros on yourself. In order to use a command line on yourself, you MUST have yourself targeted. You can do this by pressing CTRL+1. It took me forever to figure that out, and this is probably something that should be included in the stickies above. Thanks for bringing this up.
Fwiw:
imagedesign self;
/imagedesignSetValue self lips_color 62;
Worked perfect.