AOC_PRC8/_module/nss/debug_treasure.nss
Jaysyn904 5e558169a0 Initial Commit
Initial Commit
2025-04-03 11:24:16 -04:00

12 lines
153 B
Plaintext

#include "loot"
void main()
{
object oPC = GetLastKiller();
if (oPC==OBJECT_INVALID)
{
TombSpawn(OBJECT_SELF, oPC);
CreateGold(OBJECT_SELF, 20000);
}
}