// rts_deathwho - apply what should trigger PKILL drops
void main()
{
     int nParm=GetLocalInt(GetPCSpeaker(),"nParm");
     nParm--;
     SetLocalInt(GetModule(),"nRTSDeathMethWho",nParm);
}