Having trouble with characters standing in front of one another when they shouldn’t? Here’s an example of how to fix this.
@CHARACTER spot % X Y in zone # at layer X
or
@CHARACTER moves to layer X
Layer 0 is the furthest from the from the front meaning if your character is set to 0 it is right at the back (like the background).
The higher the number you use means the closer the character is to the front (eg Layer 1 will be in front of Layer 0, Layer 2 will be in front of Layer 1 and so on.)
Example:
@CHARACTER spot 1.280 120 30 at layer 0
@overlay DESK to layer 1
COMMENTS