Updated to PRC8
Updated to PRC8. Further function integration. Fixed NPC onDeath script. Full compile. Updated release archive.
This commit is contained in:
18
_module/nss/prc_pwondeath.nss
Normal file
18
_module/nss/prc_pwondeath.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//:://////////////////////////////////////////////////
|
||||
//:: prc_pwondeath
|
||||
/*
|
||||
PRCs OnDeath event handler for NPCs.
|
||||
*/
|
||||
//:://////////////////////////////////////////////////
|
||||
|
||||
#include "x2_inc_compon"
|
||||
#include "x0_i0_spawncond"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Scarface's XP/GP System
|
||||
ExecuteScript("sf_xp", OBJECT_SELF);
|
||||
// End
|
||||
|
||||
object oKiller = GetLastKiller();
|
||||
}
|
Reference in New Issue
Block a user