Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
/*
|
||||
Implicable Foe - On Enter
|
||||
*/
|
||||
void main()
|
||||
{
|
||||
object oCreator = GetAreaOfEffectCreator(OBJECT_SELF);
|
||||
object oEnter = GetEnteringObject();
|
||||
if(GetIsFriend(oEnter, oCreator))
|
||||
{
|
||||
if(oEnter != oCreator)
|
||||
{
|
||||
if(!GetImmortal(oEnter))
|
||||
{
|
||||
SetImmortal(oEnter, TRUE);
|
||||
SetLocalInt(oEnter, "IMPLICABLE_FOE_ON", TRUE);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user