Changed folder name.
Changed folder name.
This commit is contained in:
10
_module/nss/doby_no_pc_chest.nss
Normal file
10
_module/nss/doby_no_pc_chest.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastOpenedBy();
|
||||
|
||||
if(!GetIsDM(oPC))
|
||||
{
|
||||
effect eDeath = EffectDeath(TRUE);
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT,eDeath,oPC);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user