15 lines
293 B
Plaintext
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);
|
|
}
|
|
|
|
|