Thanks, and I will.
I’m sure this is a really stupid question but how do I get 2 characters to hug? My first character is in center facing the camera and is fine, but my second character is on the right facing away, but facing right instead of left! I even specify that he faces left and it still doesn’t work
rear animations there’s no logic here but you need to put faces right if you want your character faces left
Omg such an easy fix but didn’t even think to try that! Thank you so much!!
Another question (I’m sorry and thank you for helping everyone out so much!):
If in the last episode my MC had the choice of 2 outfits and chose outfit X, how do I start the next episode with them wearing the same outfit they chose (outfit X)?
Thanks
Pretty sure this should help <3
You would use the if/else method.
if (choice_name is “Outfit one”) {
@CHAR changes into Outfit_one
}else {
@CHAR changes into Outfit_two
}
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!
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,
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
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
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
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?