12 lines
153 B
Plaintext
12 lines
153 B
Plaintext
#include "loot"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetLastKiller();
|
|
if (oPC==OBJECT_INVALID)
|
|
{
|
|
TombSpawn(OBJECT_SELF, oPC);
|
|
CreateGold(OBJECT_SELF, 20000);
|
|
}
|
|
}
|