Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
8
trunk/scripts/prc_ai_mob_death.nss
Normal file
8
trunk/scripts/prc_ai_mob_death.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
if(GetIsObjectValid(GetMaster(OBJECT_SELF)))
|
||||
ExecuteScript("x2_hen_death", OBJECT_SELF);
|
||||
else
|
||||
ExecuteScript("x2_def_ondeath", OBJECT_SELF);
|
||||
ExecuteScript("prc_npc_death", OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user