6 lines
261 B
Plaintext
6 lines
261 B
Plaintext
void main()
|
|
{
|
|
object oTarget = (GetNearestObjectByTag("Mox"));
|
|
AssignCommand(oTarget, ActionSpeakString("If you have a delivery.. stack it there. Otherwise get out.. this area is under the protection of Sameref. Trespassers will be slain."));
|
|
}
|