14 lines
182 B
Plaintext
14 lines
182 B
Plaintext
|
|
void main()
|
|
{
|
|
|
|
object oTarget;
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
oTarget = GetObjectByTag("Erwan");
|
|
AssignCommand(GetObjectByTag("Eesafem"), SetFacingPoint(GetPosition(oTarget)));
|
|
|
|
}
|
|
|