How can I throw a character in scene limelight

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

  1. 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.

  1. 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.

  2. 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 ^^^

image

It should now look like this:

@CHARACTER spot 0.439 96 294 in zone 1