Need help urgent!

So as I was coding my chapter right now, in one scene where the characters are already there without entering (i hope you know what i mean) and its like the characters are slowly one by one appearing at their position… how to correct that? the code:
@NANCY spot 0.398 84 411 in zone 1
@NANCY moves to layer 2
@NANCY faces right
@NANCY is talk_apathetic
@JESSICA spot 0.371 125 421 in zone 1
@JESSICA moves to layer 3
@JESSICA faces left
@JESSICA is laugh_chuckle
@BOTH spot 0.515 231 329 in zone 1
@BOTH moves to layer 3
@BOTH faces right
@BOTH is cry_sniff_sad_loop
I hope to get a genuine help! Pleasee

1 Like

If you change all the @ symbols to & they will appear all at once!

2 Likes

OMG THANKS! it workeddd!!!

2 Likes

You can also merge it if you want to deduce the lines. Just like this:

&NANCY spot 0.398 84 411 in zone 1 AND NANCY faces right AND NANCY is talk_apathetic
&NANCY moves to layer 2
&JESSICA spot 0.371 125 421 in zone 1 AND JESSICA faces left AND JESSICA is laugh_chuckle
&JESSICA moves to layer 3
&BOTH spot 0.515 231 329 in zone 1 AND BOTH faces right AND BOTH is cry_sniff_sad_loop
&BOTH moves to layer 3

1 Like

thank youuuu!!!

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