13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
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)));
|
|
|
|
|
|
}
|