Background characters and walking

I am having trouble keeping my character in the background while she’s walking. I’ve coded it as follows:

&pan to zone 3 in 5
@TESS walks to screen center in zone 3 in 5 at layer 0 AND TESS is walk_sneak_loop

Can anyone help tell me what I’m doing wrong? I keep getting an error code when I add the layer. Thank you for you help.

Hi there! Instead of “at layer 0” you have to change it to “AND TESS moves to layer 0”. So your code should look like this:

@TESS walks to screen center in zone 3 in 5 AND TESS moves to layer 0 AND TESS is walk_sneak_loop.

Hope this helped! :slight_smile:

2 Likes

Thank you for taking a look, but it didn’t work for some reason. I can’t figure this out.

Wait! I figured it out! In zone 2 I had some characters sitting at a table. I had to put them in layer 1 and then the code worked. Ugh. Thank you so much for helping me @briannlynn!

Of course! You’re very welcome. :blush:

1 Like

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