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