12 lines
134 B
Plaintext
12 lines
134 B
Plaintext
|
|
||
|
void main()
|
||
|
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
AssignCommand(GetObjectByTag("graymousersas1"), SetFacingPoint(GetPosition(oPC)));
|
||
|
|
||
|
}
|
||
|
|