void main()
{

object oPC = GetPCSpeaker();

ClearAllActions();

AssignCommand(oPC, ActionPlayAnimation(ANIMATION_FIREFORGET_DRINK));

}