Further file organization
Further file organization
This commit is contained in:
13
nwn/nwnprc/trunk/scripts/codi_s0_implcfo3.nss
Normal file
13
nwn/nwnprc/trunk/scripts/codi_s0_implcfo3.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
object oExit = GetExitingObject();
|
||||
if(GetImmortal(oExit))
|
||||
{
|
||||
if(GetLocalInt(oExit,"IMPLICABLE_FOE_ON"))
|
||||
{
|
||||
SetImmortal(oExit, FALSE);
|
||||
DeleteLocalInt(oExit, "IMPLICABLE_FOE_ON");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user