12 lines
137 B
Plaintext
12 lines
137 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
ClearAllActions();
|
|
|
|
AssignCommand(oPC, ActionPlayAnimation(ANIMATION_FIREFORGET_READ));
|
|
|
|
}
|
|
|