How to add characters in bacground walking? *Limelight*

I know how to place the spot of a background charater, but I do not know how to make a charater walk across in background, and talk on a phone. Can someone please help me.

1 Like

It’s just like making any character talk on the phone and exit. Accept they’re not a main one

If you want a character in a spot
&CHARACTER spot x y z in zone #
^
Replace with the actual numbers. I think it’s the exact same for ink and limelight, I’ve never written a limelight story though.

Exiting: @CHARACTER exits x AND CHARACTER is [animation]

I know limelight animations are different, so just add the animation where the character is talking on the phone and walking. if you want the character to go to a specific spot use:

@CHARACTER walks to spot x y z in zone #
^
Replace with actual numbers :slight_smile:

1 Like

Thank you so much!!!

1 Like

Do you know how to just start from the begining like an example, of the coding format?

the beginning? What do you mean? Like a format you can copy

1 Like

yes, because I am a little confused

1 Like

Okay! Just copy this into your script

&CHARACTER spot x y z in zone #
@CHARACTER walks to spot x y z in zone # AND CHARACTER is [animation]

Without spot directing:
&CHARACTER stands screen x
@CHARACTER exits x AND CHARACTER is [animation]

For the first coding, if you want the character to be doing an animation and not idle just add AND CHARACTER is [animation]

1 Like

Okay, thank you so much you are very helpful and I appreciate it!

1 Like

No problem!!

1 Like