Files
UW2_PRC8/_module/nss/prc_pwondeath.nss
Jaysyn904 199cf4b044 2025/12/05 Update
Fixed overlong hak name (abilities -> ability).
Updated PEPS
Updated NWNxEE libraries.
Updated readme
Updated nim tools.
2025-12-05 10:20:25 -05:00

14 lines
275 B
Plaintext

//:://////////////////////////////////////////////////
//:: prc_pwondeath
/*
PRCs OnDeath event handler for NPCs.
*/
//:://////////////////////////////////////////////////
void main()
{
// Scarface's XP/GP System
ExecuteScript("sf_xp", OBJECT_SELF);
// End
}