Amon_PRC8/_module/nss/moxtrigger.nss

6 lines
261 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
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."));
}