A bit of help needed

A bit of help needed >.<


I’d appreciate a lot if you point out what I’ve done wrong.( btw I have had a lot of these errors before but now I can’t remember what I changed to fix it)
Thanks xx

I think you may have to say “screen left” instead of simply saying left? i usually spot direct my characters so i’m not exactly sure.

Moved to Directing Helps and Tips. If you have questions about anything, feel free to PM me and make sure to check out our Forum Tutorial for more info about where to correctly create topics. :wink:

The coding for episode stories has gotten more complex.
While your code may work, the new format for character movement has switched from
@CHARACTER walks from left to upscreen left
to something like
@CHARACTER walks to 1.185 178 78 in 3
X is the size of your character
Y is your character’s position on the x axis
Z is your character’s position on the y axis
S is the amount of time the action takes

Of course the format of your code can be used depending of which Episode Style you are using.

@CHARACTER enters from left to upscreen left

Thanks for helping :blush: