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

8 lines
281 B
Plaintext

void main()
{
location lTarget = GetLocation(OBJECT_SELF);
object oTarget = (GetNearestObjectByTag("Vax"));
AssignCommand(oTarget, ActionSpeakString("You are trespassing! Leave now! This is private property!"));
DelayCommand(4.0, DestroyObject(oTarget));
}