Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
|
||||
#include "prc_alterations"
|
||||
#include "inc_Timestop"
|
||||
void main()
|
||||
{
|
||||
object oTarget = GetEnteringObject();
|
||||
if(GetIsDM(oTarget))
|
||||
return;
|
||||
if(oTarget == GetAreaOfEffectCreator())
|
||||
return;
|
||||
if(oTarget == GetLocalObject(GetAreaOfEffectCreator(), "PRC_WRT_TARGET"))
|
||||
return;
|
||||
ApplyTSToObject(oTarget);
|
||||
}
|
Reference in New Issue
Block a user