13 lines
365 B
Plaintext
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);
|
||
|
|
||
|
}
|