UW2_PRC8/_module/nss/prc_pwondeath.nss

18 lines
366 B
Plaintext
Raw Permalink Normal View History

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