- Go to your story workspace (where you type all the code in and stuff)
- Open the preview so you can see what your story looks like on the app.
- When you do that, you should see the characters, along with menus on the side.
- Click “Show Helpers” (it’s shown above in the picture)

- You should see the character be selected like this. If you decide to drag the character around, you’ll notice there’s a box that has numbers in it.
-
See where it says “spot 0.439 96 294 in zone 1”? This is the code you will be replacing the “stands screen center” with.
-
Basically, a normal basic code looks like this:
@CHARACTER stands screen center in zone 1
But we need it to be this:
@CHARACTER spot x y z in zone 1
To put it simply, just copy and paste the code and replace the part I highlighted in green ^^^

It should now look like this:
@CHARACTER spot 0.439 96 294 in zone 1



