Why won't my character stay on the correct layer?

I want the boss to walk in and stay behind the bar, but as soon as he walks to his spot, he moves over the bar layer. I’ve tried writing moves to layer -1 on a seperate line but he still does the same thing. No matter how I code it, he still won’t stay behind the bar. I have the bar at layer 1, the bartender at layer 0, and the customer at layer 2, and I want the boss at layer -1.

1 Like

Try:

@BOSS stands offscreen left AND BOSS moves to layer -1
@BOSS walks to screen left

1 Like

It still doesn’t work.

1 Like

You have to use spot directing then. Are you familiar with it?

2 Likes

I am. Thanks, I’ll try it.

1 Like