PWE_PRC8/_module/nss/_ew_sit.nss

11 lines
155 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_SIT_CROSS, 1.0f, 999999.0f));
}