I’m having two characters walk to a location, sit down, and zoom in on them. For some reason this code works perfectly for the character Elijah, but the character You only spots to 0.352 242 319 in zone 2 and won’t adjust to the final spot direction. Can anyone help??? I can’t seem to find anything wrong with my code. I put it below.
&zoom on 640 291 to 234% in 2 @ELIJAH walks to spot 0.482 238 346 in zone 2 in 2 and YOU walks to spot 0.464 287 342 in zone 2 in 2
&zoom on 563 212 to 404% in 1 @YOU spot 0.352 242 319 in zone 2 and YOU is idle_sit_neutral_loop and YOU faces left and ELIJAH spot 0.379 204 319 in zone 2 and ELIJAH is idle_sit_neutral_loop and ELIJAH faces left
&zoom on 640 291 to 234% in 2 @ELIJAH walks to spot 0.482 238 346 in zone 2 in 2 and YOU walks to spot 0.464 287 342 in zone 2 in 2 @ELIJAH spot 0.379 204 319 in zone 2 and ELIJAH is idle_sit_neutral_loop and ELIJAH faces left
&zoom on 563 212 to 404% in 1
&YOU spot 0.352 242 319 in zone 2 and YOU is idle_sit_neutral_loop and YOU faces left
Add “then remove YOU” at the end of the walking command
&zoom on 640 291 to 234% in 2 @ELIJAH walks to spot 0.482 238 346 in zone 2 in 2 and YOU walks to spot 0.464 287 342 in zone 2 in 2 then remove YOU
&zoom on 563 212 to 404% in 1 @YOU spot 0.352 242 319 in zone 2 and YOU is idle_sit_neutral_loop and YOU faces left and ELIJAH spot 0.379 204 319 in zone 2 and ELIJAH is idle_sit_neutral_loop and ELIJAH faces left
The thing about walking to a spot and then having them immediately be placed at a different spot, the script likes to glitch and will completely ignore the new spot numbers. So an easy fix is to immediately remove the character after they walk and then the new spot placement will add them back into the scene.