generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
16
_module/nss/neclordondeath.nss
Normal file
16
_module/nss/neclordondeath.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//Put this OnDeath
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastKiller();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
if (d100()<=10)
|
||||
{
|
||||
CreateItemOnObject("cus_casielsso001", OBJECT_SELF);
|
||||
|
||||
}
|
||||
ExecuteScript("bio_default7", OBJECT_SELF);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user