Multiple animations while narrating

Hi, this is my first time posting here so I hope I’m doing this right lol. Anyways, I’m trying to get one of my BG characters flying back and forth using dance_lift_receive_loop while there is narration. I previewed it and the character did what I wanted it to in the first part (so it used the animation and flew towards one direction) but then when I want it to fly back around, it starts walking instead of flying. Here’s my script so far:

[More scripting before this]
&FIREBG3 walks to spot 0.524 23 288 in zone 2 in 5 AND FIREBG3 is dance_lift_receive_loop AND pause for 0.5 then FIREBG3 walks to spot 0.524 157 288 in zone 3 in 5 AND FIREBG3 is dance_lift_receive_loop AND pause for 0.5 then FIREBG3 walks to spot 0.524 23 288 in zone 2 in 5 AND FIREBG3 is dance_lift_receive_loop AND pause for 0.5 then FIREBG3 walks to spot 0.524 157 288 in zone 3 in 5 AND FIREBG3 is dance_lift_receive_loop AND pause for 0.5 then FIREBG3 walks to spot 0.524 23 288 in zone 2 in 5 AND FIREBG3 is dance_lift_receive_loop AND pause for 0.5 then FIREBG3 walks to spot 0.524 157 288 in zone 3 in 5 AND FIREBG3 is dance_lift_receive_loop AND pause for 0.5

@transition fade in red 2

    NARRATOR (BAMBI)
Fire fairies

    NARRATOR (BAMBI)
They tame, control, produce, and balance fire in Forestia. When it comes to rarity and importance, they come second in ranking

    NARRATOR (BAMBI)
You'll spot a fire fairy at just one glance. Their flaming red hair and piercing red eyes are enough to catch anyone's attention

    NARRATOR (BAMBI)
They're generally really nice and loyal people, but pissing them off is the last thing you'd want to do. They are the most aggressive type of fairy you'll ever come across...

I don’t think the pauses are necessary, maybe remove them. And sometimes the portal glitches after previewing the same thing more than once.

I tested it and it works fine, so perhaps reload the page or check it on your phone : )

1 Like

Try using the “does it while” command! Like this:

&FIREBG3 walks to spot 0.524 23 288 in zone 2 in 5 AND FIREBG3 does it while dance_lift_receive_loop AND pause for 0.5 then FIREBG3 walks to spot 0.524 157 288 in zone 3 in 5 AND FIREBG3 does it while dance_lift_receive_loop AND pause for 0.5 then FIREBG3 walks to spot 0.524 23 288 in zone 2 in 5 AND FIREBG3 does it while dance_lift_receive_loop AND pause for 0.5 then FIREBG3 walks to spot 0.524 157 288 in zone 3 in 5 AND FIREBG3 does it while dance_lift_receive_loop AND pause for 0.5 then FIREBG3 walks to spot 0.524 23 288 in zone 2 in 5 AND FIREBG3 does it while dance_lift_receive_loop AND pause for 0.5 then FIREBG3 walks to spot 0.524 157 288 in zone 3 in 5 AND FIREBG3 does it while dance_lift_receive_loop AND pause for 0.5

Does that work?

1 Like

I tried it on my phone but it doesn’t seem to work :confused:

It’s still the same, but thanks for helping :slight_smile:

I think the problem might be caused by the pause for 0.5 which you have there - I am not sure why do you have it there

I removed that too but it still doesn’t work. I might just try to put the animation in between the narrating and see if that’ll do.

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