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