LoD_PRC8/_module/nss/creaturedeath200.nss

13 lines
366 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(), 200);
}