11 lines
126 B
Plaintext
11 lines
126 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
ClearAllActions();
|
||
|
|
||
|
ActionPlayAnimation(ANIMATION_LOOPING_SPASM, 1.0f, 5.0f);
|
||
|
|
||
|
}
|