Spot Walking (Walking w/Spot Direction)

No problem :wink:

i’m so confused about this whole thing :sob: i feel so dumb, I don’t understand and I’ve re-read it all several times ;c

Well what is it you’re trying to do?

Did you try reading this first:

:thinking:

i did ! but it still makes zero sense to me :confused:

i’m trying to have MC walk into the scene, whilst also being shorter than her father whose already in the scene

Okay, so she needs to be resized offscreen and walked onto the screen.

You’ll find how to do that in part 1.

Ok, so i now how to get my MC to walk in the scene in the certain size i want but, when i do it the MC is always walking up from either the bottom left, or the bottom right. How do i fix this??

So you need to make sure that the ay axis is also the same, because that will create a straight walking line for the characters.

Ex:
#Offscreen
@CHAR spot 1.280 50 0 in zone 3

#Onscreen
@CHAR walks to spot 1.280 150 0 in zone 2

So will the X-axis always be times by 100?

i meant times 3

No I just used that as an example, the thing to focus on is that the Y axis is the same. Unless you’re trying to have a character look like it’s walking up or down, then you should play around with the Y axis.

Bump! :yum:

This method doesn’t work for me.

&pan to zone 2
@CHAR walks to spot 0.900 50 90 in zone 2 in T

Do you have another method for to follow the character.

what’s not working? can you show your code?

&pan to zone 2 in 3

@MARIA walks to spot 0.704 169 146 in zone 2 in 3 AND MARIA does it while run_jog

there’s nothing wrong with this command, are you sure it’s this one?

I’m try to have my character to “follow camera” and I try different ways, but always say

Warning
use @character walks to x y z in s

yea.

can you take a screenshot instead of the script and warning?