Amon_PRC8/_module/nss/moxtrigger.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

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."));
}