PWE_PRC8/_module/nss/pt_enter.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

12 lines
214 B
Plaintext

#include "inc_Timestop"
void main()
{
object oTarget = GetEnteringObject();
if(GetIsDM(oTarget))
return;
if(oTarget == GetAreaOfEffectCreator())
return;
ApplyTSToObject(oTarget);
}