LoD_PRC8/_module/nss/creaturedeath15.nss
Jaysyn904 94990edc60 Initial Upload
Initial Upload
2023-09-21 21:20:34 -04:00

13 lines
365 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName On Death give PC 5 Gold
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Draven Xavier
//:://////////////////////////////////////////////
void main()
{
// Give the PC some Gold
GiveGoldToCreature(GetLastKiller(), 15);
}