Is there an outfit glitch?

whenever i try to change my outfit for my character, it keeps changing to another outfit and she’s unable to change into the outfit i want, if that makes sense. i’ve checked and my code is correct but i’ll attach a pic just to check. pls help! thank you

1 Like

Perhaps try doing it in separate LINES :thinking:

@LIA is dustoff_neutral_loop
&LIA is dustoff_neutral_loop
@LIA changes into blackmesh_jeans

Also, I usually use the

@MC changes into MC_outfit1

So like, the outfit has the characters name before it by default, dunno if that matters?

1 Like

That doesn’t matter.

I don’t know how are you not getting errors on line 4525 and 4532 because the changing and animation command have to be on separate lines.
You can just remove the “and LIA is dustoff_neutral_loop” for both of the lines and it should change to the outfit. The character will still do the animation after the line, so you don’t have to double code it.

1 Like

Change @Lia is dustoff_neutral_loop to
&Lia is dustoff_neutral_loop

2 Likes

And after that also seperate
@LIA changes into outfit
&LIA is dustoff_neutral_loop

2 Likes

okay, thank you!