WoR_PRC8/_module/nss/s_bowanimation.nss

10 lines
191 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
void main()
{
object oSelf = OBJECT_SELF;
ClearAllActions(TRUE);
PlayAnimation(ANIMATION_FIREFORGET_BOW);
ActionDoCommand(SetCommandable(TRUE));
SetCommandable(FALSE);
}