Initial Upload
Initial Upload
This commit is contained in:
12
_module/nss/creaturedeat1000.nss
Normal file
12
_module/nss/creaturedeat1000.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName On Death give PC 5 Gold
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Draven Xavier
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the PC some Gold
|
||||
GiveGoldToCreature(GetLastKiller(), 1000);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user