I have a character that has several outfits. And for a particular outfit, I want a different skin color. I’ve changed the skin color of the character (in the outfit I want) several times but it still isn’t working.
You can’t do that. You’d have to make a new character, use the code: @NEWCHAR becomes GIRL
And then use the code to change the skin colour and the outfit.
Thank you, at least I now know I can’t do that… I must have tried like 5 times I thought I was crazy.
I am not familiar with those codes… Where would I put it?
It’ll be complicated because if you choose that outfit with a different skin tone, have a separate code for it altogether. If you’re newer to coding this can make things more confusing than they already get.
What I’d do is, when doing an outfit choice game is:
“Wear this outfit”{
gain skinoutfit @NEWCHAR becomes GIRL @NEWCHAR changes skinColor to (color) @NEWCHAR changes into OUTFIT (this is the outfit you made specifically for this skin tone)
}
From then on, you’d need to use the if/else branch every time the character is on screen.
if (skinoutfit){ @NEWCHAR enters from screen left
NEWCHAR
Hi, this is me!
} else { @GIRL enters from screen left
GIRL
Hi, this is me!
}
Let me know if you get an error, I’m doing this from memory so I could’ve made a typo.
OMG this seems absolutely terrifying! I started a story a while ago but never ended it. Now I’m improving it and rewriting on Limelight version so my coding is a bit rusty, especially since a few things have changed.
Thank you so much though!
I love the episode community, everyone is always so nice and helpful!
Of course, glad to help! In the future, you can get help by going to Creator’s Corner > Directing Help & Tips since this is just a casual chat. More people are there to help with coding.
But that would require knowing what skin colour was originally picked in CC. As far as I know, there’s no command to reverse the skin colour change.
Update: I did some researching, and I’m correct. There’s no memorization in CC, so any changes that are made to be reversed should be done through the gains system.
I assume that most people who are programming are using CC, If not, then yes, your method would work, but I assumed it was a CC story because almost all are.
Thank you both, I ended up creating a new character and then I changed the skin tone the one I wanted.
It’s really okay, no need to be upset.
Thank you
Moved to Directing Helps and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions.