LoD_PRC8/_module/nss/baf_aworkos.nss

10 lines
277 B
Plaintext
Raw Normal View History

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