PWE_PRC8/_module/nss/_ew_worship.nss

12 lines
154 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_WORSHIP, 1.0f, 999999.0f));
}