UW2_PRC8/_module/nss/prc_pwondeath.nss
Jaysyn904 2bb2c470e0 Updated to PRC8
Updated to PRC8.  Further function integration.  Fixed NPC onDeath script.   Full compile.  Updated release archive.
2024-02-20 22:24:11 -05:00

18 lines
366 B
Plaintext

//:://////////////////////////////////////////////////
//:: 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();
}