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

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

}