WoR_PRC8/_module/nss/s_saluteanimati.nss

9 lines
193 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_SALUTE);
ActionDoCommand(SetCommandable(TRUE));
SetCommandable(FALSE);
}