PWE_PRC8/_module/nss/_ew_laughning.nss

12 lines
160 B
Plaintext
Raw Normal View History

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