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

Have a look here :slight_smile:

How do you make it so the character changes hairstyle without the reader choosing. Like I want to change my hair from fishtail to straight.
Any help, thank you

@CHAR changes hair into Fishtail Braid

1 Like

It was that simple!! Aha, thank you !

It has this in the script
@zoom on 126 160 to 155% 0.1
@zoom on 126 0 to 155% 0.1
@zoom on 126 160 to 155% 0.1
@zoom on 126 0 to 155% 0.1
So maybe try putting the scream in the middle. For Example
@zoom on 126 160 to 155% 0.1
@zoom on 126 0 to 155% 0.1
@SKYLAR is scream (or whatever animation)
@zoom on 126 160 to 155% 0.1
@zoom on 126 0 to 155% 0.1

Don’t know if this’ll work but its worth a shot

1 Like

Ahh, we’ve all been there before don’t worry aha

1 Like

Is it possible to follow a character to a spot in another zone?

Yes!

Example:

@CHAR stands screen center in zone 1

@follow CHAR to screen center in zone 2

@Berit,

If they are moving from a spot to another spot, you can not use the follow command. You can however pan at a similar rate to the character’s walk.

Example:
&CHARACTER walks to spot 1.280 100 100 in zone 3 in 5
@pan to zone 3 in 4
#You have to play with the times a little bit.

1 Like

Thanks! That was what I ment :slight_smile:

I now used:
@MAIN walks to spot 0.317 290 374 in zone 3 in 5 AND pan to zone 3 in 5

That seems to work :smile:

Can someone help me, I’m trying to make my character walk through a door but idk the coding

It depends on your background.
If you have problems with spot directing have a look here

You need to place your character offscreen then near the door and use a command:
@CHARACTER walks to spot % x y in S AND CHARACTER does it while animation

Hope this helps x

Thank you I’m going to try it

You know when you’re watching the news and it cuts off. Is there like a sound for that?

static ?

1 Like

Omg tysm :grinning: I’m such a noob

image

When I try and get 2 characters to hug it always plays up. I have @MADDI at screen right facing left and I want her brother @LUCAS who is at screen left facing right to hug her. Any ideas ? :slight_smile:

You may have to use spot directing to get the placement right, so you could try:

@MADDI spot % x y AND LUCAS spot % x y AND MADDI is hug AND LUCAS is hug_rear

Layers might also be a problem:

@MADDI moves to layer 0 AND LUCAS moves to layer 1

Hopefully that helped :sweat_smile:

Yes it did thank you :slight_smile:

1 Like