"Stupid" questions that never get answered? Get The Help Here!

Pretty sure this should help <3

1 Like

You would use the if/else method.

if (choice_name is “Outfit one”) {
@CHAR changes into Outfit_one
}else {
@CHAR changes into Outfit_two
}

2 Likes

In case anyone has been having the same issue, I played some email tag with some awesome helpers by sending in a support ticket and they helped fix it so the characters no longer appear!

Before, my script looked like this:

@MOM becomes YOU
@MOM changes eyebrows into Arched Natural
@MOM changes hair into Classic Bob
@MOM changes eyes into Deepset Mature
@MOM changes face into Heart Mature
@CHR becomes YOU
@CHR changes eyebrows into Arched Thin
@CHR changes hair into Layered Wavy Bob
@CHR changes face into Heart Soft
@APR becomes YOU
@APR changes eyebrows into Straight Medium
@APR changes hair into Straight Medium
@APR changes face into Diamond
@MOM changes into MOM_default
@CHR changes into CHR_default
@APR changes into APR_default

You can see how before, I had the characters MOM, CHR, and APR trying to become the character YOU. Then afterwards, I put in the remove command. The issue that was happening was that MOM, CHR, and APR were showing up on screen right even after I had removed them. To fix this, we had to put the remove command BEFORE the become command.

So, now, my script looks like this:

@remove MOM
@remove CHR
@remove APR
@MOM becomes YOU
@MOM changes eyebrows into Arched Natural
@MOM changes hair into Classic Bob
@MOM changes eyes into Deepset Mature
@MOM changes face into Heart Mature
@CHR becomes YOU
@CHR changes eyebrows into Arched Thin
@CHR changes hair into Layered Wavy Bob
@CHR changes face into Heart Soft
@APR becomes YOU
@APR changes eyebrows into Straight Medium
@APR changes hair into Straight Medium
@APR changes face into Diamond
@MOM changes into MOM_default
@CHR changes into CHR_default
@APR changes into APR_default

I hope you all have a wonderful day! :blush:

3 Likes

Hello I have a question how do I use my profile avatar to introduce the story that I am currently writing.

You should create your character the same way you did with other characters,

1 Like

Oh, I think I know what you mean!
Well you can create a character with the same features as your profile avatar or use this cool technique:

Can read more here: HOW TO: Customize Characters :wilted_flower:

1 Like

Attention everyone, just thought I’d share this amazing helpful thread here so if you ever wanna go through it, you can: "List" of Helpful Threads :blush: :sunny: :blob_sun:

1 Like

@JemU776 I still fücking love you

1 Like

Heyy I’m back lol. I was wondering how you would have a character go from laying down on a bed to sitting on the bed without making it look completely weird :slight_smile:

You can use this command @transition_stand_to_squat_neutral

thank you!

wait how do i start the movement?

@CHAR spot numbers in zone # (if this character isn’t in zone 1) and CHAR is transition_stand_to_squat

how would i find the spot numbers?

Hope this helps.

Step one

Step two

Step three

1 Like

yes thank you so much!!

it says that there is an error and that transition_stand_to_squat isn’t a behavior

Are you using ink or limelight?

limelight

Can you send a picture of your script?