How to make a Character enter to a certain spot?

I am trying to get my characters to enter but I keep getting errors. Here is an example of what I put.

@CHARACTER walks to spot 2.293 170 -520 in 2 from screen left and CHARACTER faces right and CHARACTER starts idle

If anyone could help me that would be great. Thanks!

1 Like

There are 2 ways to do this. You can use the enters from command to the spot, but the character will enter the scene at the default size of 1.280. Or you can spot them offscreen to the left with the size you want them at, then make them walk to that spot onscreen.

@CHARACTER enters from left to spot 2.293 170 -520 in 2

or

@CHARACTER spot 2.293 -160 -520
@CHARACTER walks to spot 2.293 170 -520 in 2

You can read more about walking with spot direction HERE

3 Likes

Thank you!!! <3

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.