8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
|
void main ()
|
||
|
{
|
||
|
object oFocalPoint = GetObjectByTag("UNIQUE_OBJECT_TAG");
|
||
|
ActionSpeakString("Can't you see, we just want to be alone.");
|
||
|
SetFacingPoint(GetPosition(oFocalPoint));
|
||
|
}
|
||
|
|