Simultaneous actions

How do I make two characters enter simultaneously? Thanks x

There are a few ways you can do it.

The easiest way is to do this:
@CHARACTER1 enters from right to screen right AND CHARACTER2 enters from left to screen left

Another way is:
@CHARaCTER1 walks to spot … in x AND CHARACTER2 walks to spot … in x

Another way is:
&CHARACTER1 walks to spot … in x
@CHARACTER2 walks to spot … in x

When you write & at the beginning of a command, this action will be done simultaneously with the @ command

Hope this helped

Thank you so much :grin: