AND and THEN Command Help

I’m trying to do a scene where some characters stand in a row and each pull out a gun almost like a domino effect during narration if that makes any sense but I’ve been playing with it for a while now and I’m not sure how to use the THEN and AND command to get that to work (if that it what you would need to do). Can anybody help me out???

Thanks in advance :hugs:

if you use THEN, the following command will only happen after the previous command takes place. however using AND will cause the following command to happen at the same time!

1 Like

How do I have something happen let’s say 0.5 seconds after the previous action without it finishing?

&CHAR is animation
&pause for 0.5 THEN CHAR2 is animation
&pause for 0.8 THEN CHAR3 is animation

2 Likes

@CHAR starts animation THEN pause for 0.5 THEN CHAR2 starts animation
i prefer to do it like this!

2 Likes

lol I am a big fan of & :smiley:

2 Likes

i can tell- HAHAHAHA it works either way soo also check your dms in 5 secs-

Tysm! :purple_heart:

1 Like

I know just I prefer shorter lines…one small typo in looong line and its impossible to be found while separate lines are easier to find mistake - that is the main reason why I prefer it. :smiley:

1 Like

true lmao the amount of times that’s happened to me :pensive: i’m kinda conservative with lines actually so like

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