15 lines
173 B
Plaintext
15 lines
173 B
Plaintext
|
#include "nw_i0_plot"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
AssignCommand(GetObjectByTag("graymousersas1"), SetFacingPoint(GetPosition(oPC)));
|
||
|
|
||
|
PlayOldTheme();
|
||
|
|
||
|
}
|
||
|
|
||
|
|