11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
ClearAllActions();
|
|
|
|
AssignCommand(oPC, ActionPlayAnimation(ANIMATION_LOOPING_TALK_FORCEFUL, 1.0f, 100000.0f));
|
|
|
|
}
|