PWE_PRC8/_module/nss/_ew_third.nss

12 lines
158 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
object oPC = GetPCSpeaker();
ClearAllActions();
AssignCommand(oPC, ActionPlayAnimation(ANIMATION_LOOPING_PAUSE_TIRED, 1.0f, 999999.0f));
}