So, I’m trying to add some characters in a scene before my main character walks in. But they appear seperately and I don’t know how to make it seem like they were already there.
Here’s the coding for it:
@cut to zone 2
@DEADM1 spot 0.604 62 418 in zone 2 at layer -2
@DEADM1 is idle_lay_groggy_eyesclosed_loop
@EBIM1 spot 0.690 49 357 in zone 2 at layer -1
@EBIM1 faces right
@EBIM1 is idle_armscrossed_shifteyes_loop
@EBIF1 spot 0.627 142 362 in zone 2 at layer -1
@EBIF1 is talk_handsonhips_neutral_rear
@BLAKE spot 0.951 130 170 in zone 2 at layer 0
@BLAKE faces right
@BLAKE is idle_armscrossed_awkward_loop
Does this work, when you want the characters to already be standing there you need to code it with & instead of @ so they won’t pop up out of thin air lol
&DEADM1 spot 0.604 62 418 in zone 2 at layer -2 AND DEADM1 is idle_lay_groggy_eyesclosed_loop
&EBIM1 spot 0.690 49 357 in zone 2 at layer -1 AND EBIM1 faces right AND EBIM1 is idle_armscrossed_shifteyes_loop
&EBIF1 spot 0.627 142 362 in zone 2 at layer -1 AND EBIF1 is talk_handsonhips_neutral_rear
&BLAKE spot 0.951 130 170 in zone 2 at layer 0 AND BLAKE faces right AND BLAKE is idle_armscrossed_awkward_loop
1 Like
Yes, thank you so much lmao
I think I just made it very obvious I just stared coding today 
2 Likes
You’re welcome! and no worries, everyone starts somewhere! 
2 Likes