Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

11 lines
208 B
Plaintext

#include "nw_i0_tool"
//Put this OnDeath
void main()
{
object oPC = GetLastKiller();
if (!GetIsPC(oPC)) return;
RewardPartyGP(25, oPC, TRUE);
RewardPartyGP(250, oPC, FALSE);
RewardPartyXP(250, oPC, FALSE);
}