LoD_PRC8/_module/nss/baf_ddworkos.nss

13 lines
386 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
void main()
{
DelayCommand(0.5f, SpeakString("Pike off!", TALKVOLUME_TALK));
object oKossuth = GetObjectByTag("baf_hlkossuth");
DelayCommand(1.5f, AssignCommand(OBJECT_SELF,ActionDoCommand(SetFacingPoint(GetPositionFromLocation(GetLocation(oKossuth))))));
DelayCommand(1.5f, AssignCommand(OBJECT_SELF,ActionPlayAnimation(ANIMATION_LOOPING_WORSHIP,1.0f,120.0f)));
}