Writing error, need help D:

Hey! I want my character to walk to a position

But for some reason I got this warning:
image

And my Character does not walk BUT just show up to the position.
I made a writing mistake but I can’t figure out the mistake.
Can please help me someone out D:

thx in advance

You wrote faces twice, delete one

1 Like

You forgot the “in T”

thank youu halelujah

1 Like

T is the time?

1 Like

Yes

This is not required but it is better to add so you control the walking time. Example using 4 seconds:

@CHAR walks to spot 1.280 270 0 in 4 then CHAR faces left

Using animation:

@CHAR walks to spot 1.280 270 0 in 4 and CHAR does it while walk_neutral then CHAR faces left

1 Like

Yeah I should try to add time cause its still looks weird she still pops up weirdly

Did you place her in the scene? You need to place your characters in the scene (can use regular placement or spot directing for this) whether it’s offscreen and then have them walk to a new position.

my problem is that I just want the character to enter the scene from right and he position is quite screen right too so that even when i put in 1 second its too long

but when I dont the time she just pops off weird

#Example walking in from left side of screen:

&SKYE spot 1.250 -100 -8 and SKYE faces right

@SKYE walks to spot 1.250 284 -8 in 4 and SKY does it while walk_neutral then SKYE faces left

#Example walking in from right side of screen:

&SKYE spot 1.250 420 -8 and SKYE faces left

@SKYE walks to spot 1.250 284 -8 in 4 and SKY does it while walk_neutral

Yes I want to try to make her walk from an off screen position to the on screen one but I don’t know how to code the: walks from to…

I am trying that rn ty!

I used you’re example and it worked thank you so much!!

thank you

1 Like