Problem with hidden animation

There is a hidden animation to really drink champagne, the script is:

@add Champagne Flute to character
@remove Champagne Flute to character

But when I do the remove thing it says it is not a valid command

will this champagne flute stay now with my character?

our what is the exact command to remove the champagne flute.

thanks

When you remove the prop, it’s “from” not “to”

Thank you, i am glad you are back x

1 Like

I used this script and now the champagne glass is not showing and he is drinking while he not should drink

@add Champagne Flute to ANNEKE
&ANNEKE is drink
@remove Champagne Flute from ANNEKE

@ANNEKE is blush

@add Champagne Flute to DR RENAUD
&DR RENAUD is drink
@remove Champagne Flute from DR RENAUD

@pause for 2

@add Champagne Flute to ANNEKE
&ANNEKE is drink
@remove Champagne Flute from ANNEKE

@DR RENAUD is flirt_shy

@add Champagne Flute to DR RENAUD
&DR RENAUD is drink
@remove Champagne Flute from DR RENAUD

@Dara.Amarie

xxx

try adding
@pause for a beat after &ANNEKE is drink- just to have time for that animation to go

You’re using & for all the drinking animations and removing the props, which mean you’re not giving your characters any time to actually do those animations, and it means you’re removing those props as they are doing the animations. Change all those &'s to @'s

This worked, but i have exactly the same script for both but he is always drinking two times one time with the glass and one time without i don’t understand::

@add Champagne Flute to ANNEKE
@ANNEKE is drink
@pause for a beat
@remove Champagne Flute from ANNEKE

@ANNEKE is blush

@add Champagne Flute to DR RENAUD
@DR RENAUD is drink
@pause for a beat
@remove Champagne Flute from DR RENAUD

@pause for 2

@add Champagne Flute to ANNEKE
@ANNEKE is drink
@pause for a beat
@remove Champagne Flute from ANNEKE

@DR RENAUD is flirt_shy

@add Champagne Flute to DR RENAUD
@DR RENAUD is drink
@pause for a beat
@remove Champagne Flute from DR RENAUD
@pause for 2