Character exiting

I’m trying to get two characters to exit at the same time using spot directing but they end up disappearing

can you post your script?

Here’s how to do it:

&CHARACTER walks to spot % X Y in S

@CHARACTER2 walks to spot % X Y in S

  • Of course you’d replace those values with numerical ones.

% stands for height of character
X is the x-axis (left to right)
Y is the y-axis (up, down)
S is the time, in seconds

You can read about spot walking here: Spot Walking (Walking w/Spot Direction)
And script symbols here: Script Symbols/Commands and What They're Used For

@CHAR walks to spot 0.900 50 90 in zone 1 in 2

The problem is you still have the character onscreen.

Here’s an example that will put them offscreen:

@CHAR walks to spot 0.900 -88 90 in zone 1 in 2

1 Like

I followed the code but one of my characters is still onscreen

Do the same thing to the other character’s spot.

I did

Can I see the code for both?

It’s the same code for the second character

I think you forgot to put YOUNG SIENNA which is why she isn’t leaving?
The case worker and Sienna are the two characters youre trying to make leave right?

1 Like

that’s exactly why it was wasn’t working thank you for noticing that

No problem :wink:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.