8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
|
void main ()
|
||
|
{
|
||
|
object oFocalPoint = GetObjectByTag("UNIQUE_OBJECT_TAG");
|
||
|
ActionSpeakString("Please do be considerate, and move along.");
|
||
|
SetFacingPoint(GetPosition(oFocalPoint));
|
||
|
}
|
||
|
|