12 lines
155 B
Plaintext
12 lines
155 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
ClearAllActions();
|
|
|
|
AssignCommand(oPC, ActionPlayAnimation(ANIMATION_LOOPING_MEDITATE, 1.0f, 100006.0f));
|
|
|
|
}
|
|
|