PWE_PRC8/_module/nss/shoo_awaybagdish.nss

8 lines
197 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
void main ()
{
object oFocalPoint = GetObjectByTag("UNIQUE_OBJECT_TAG");
ActionSpeakString("Can'ya see I'm busy...I'm paid to move things, not talk.");
SetFacingPoint(GetPosition(oFocalPoint));
}