How do i get one character to give a drink to another character and then have another character grab it?

How do i get one character to give a drink to another character and then have another character grab it?

This is a rough idea, but essentially, first personA will have a cup.

@add propname to PERSONA

then they will do the animation of ‘passing’ the cup over. there’s no specific animation for this, but you could do one of the animations that are like "object pickup’ ‘paper pickup’ etc

@PERSONA is animation

then, you add the same prop to personB and remove it from personaA

@add propname to PERSONB
@remove propname from PERSONA

then make it so personB is doing an animation where it looks like they are taking the cup from personA

@PERSONB is animation THEN PERSONB is idle_cup_happy_loop

I hope this gave you a clearer idea <3

1 Like