12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
ClearAllActions();
|
|
|
|
AssignCommand(oPC, ActionPlayAnimation(ANIMATION_LOOPING_PAUSE_TIRED, 1.0f, 999999.0f));
|
|
|
|
}
|
|
|