11 lines
126 B
Plaintext
11 lines
126 B
Plaintext
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
AssignCommand(GetObjectByTag("golsas1"), SetFacingPoint(GetPosition(oPC)));
|
|
|
|
}
|
|
|