LoD_PRC8/_module/nss/creaturedeath50.nss

13 lines
365 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
//::///////////////////////////////////////////////
//:: FileName On Death give PC 5 Gold
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Draven Xavier
//:://////////////////////////////////////////////
void main()
{
// Give the PC some Gold
GiveGoldToCreature(GetLastKiller(), 50);
}