Whats the code for throwing something and character reacts

I’ve been working on this coding for 5 minutes, and i really need help. what do you use for a character to react immdetialty when an overlay is thrown at them
this is my code:
@overlay 6499470367064064_PILLOW shifts to 36 246 in zone 2 in 0.1
&GENESIS is slapface_receive_angry AND SELENE is react_gasp_dismayed
@overlay 6499470367064064_PILLOW shifts to 252 18 in zone 1 in 0.1
but &GENESIS takes 1 second to react and i want it to happen right away,

1 Like

I found a tutorial, but it’s in ink… Hopefully it helps! :blob_hearts:

1 Like

maybe you mix the & and @ ussaage.

@ has a beat (equals to THEN)
& hasn’t a beat (equals AND)

If you need more command to happen together using & yu need to remember one rule

all lines with & happen together with @ or dialogue UNDER IT

examples

@command1
@command2
@command3
@command4
If you write it this way command 2 will happen after command1ends and so on

&command1
&command2
&command3
@command4
if you write it like this all 4 will happen together

&command1
@command2
&command3
@command4
if you write it like this 1 and 2 will happen together, after they end 3 and 4 will happen together

hope it helps

thank you!!

1 Like

np :blob_turtle:

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