Files
Amon_PRC8/_module/nss/ls_kobold.nss
Jaysyn904 8f76c0e5a5 2025/09/24 Update
Updates from @behindflayer
2025-09-24 16:04:25 -04:00

15 lines
293 B
Plaintext

//:://////////////////////////////////////////////
//::// Kobold LEWT
//:://////////////////////////////////////////////
void main()
{
CreateItemOnObject("KoboldEar", OBJECT_SELF, 1);
ExecuteScript("prc_npc_death", OBJECT_SELF);
ExecuteScript("prc_pwondeath", OBJECT_SELF);
}