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