PoA_PRC8/_module/nss/doby_no_pc_chest.nss

11 lines
203 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
void main()
{
object oPC = GetLastOpenedBy();
if(!GetIsDM(oPC))
{
effect eDeath = EffectDeath(TRUE);
ApplyEffectToObject(DURATION_TYPE_INSTANT,eDeath,oPC);
}
}