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

11 lines
143 B
Plaintext

void main()
{
object oTarget = GetExitingObject();
if (GetIsPC(oTarget))
{
SetLocalInt(GetModule(), GetTag(OBJECT_SELF), 0);
}
}