Add then in between each of them instead of using three lines.
you want this to be
&pan to zone 3 in S AND zoom # # # in zone 3 in 0
@ELLORY walks to spot 0.313 12 374 in zone 3 in 1.5 AND ELLORY does it while run_athletic_loop
you wanna remove the lines 239 & 242
i think this is what you mean
first of all use
CHARACTER walks to spot # # # and CHAR does it while animation
the is sometimes works too but sometimes it causes problems especially with keeping the character doing the animation for the whole time
Second - you have your walking commands (on lines 242 244) using & so they are happening together instead one after another - so it conflict in the script
write all in this way
& pan zoom or whatever else happenes while she walks to the 1 spot
@CHAR walks —(1 spot)
& pan zoom or whatever else happenes while she walks to the 2 spot
@CHAR walks —(2 spot)
& pan zoom or whatever else happenes while she walks to the 3 spot
@CHAR walks —(3 spot)
Sometimes even written like this you still might experience a problem with the idle (I do not have an explanation for this but I noticed that is simply sometimes happens
In this case write all 3 the walking commands in one one using THEN
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
