WoR_PRC8/_module/nss/npc_dance.nss

11 lines
126 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
void main()
{
object oPC = GetPCSpeaker();
ClearAllActions();
ActionPlayAnimation(ANIMATION_LOOPING_SPASM, 1.0f, 5.0f);
}