10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
|
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));
|
||
|
|
||
|
}
|