void main()
{
object oPC = GetPCSpeaker();

AssignCommand(oPC, ActionPlayAnimation(ANIMATION_LOOPING_SPASM, 5.0f, 20.0f));

}