Fixed overlong hak name (abilities -> ability). Updated PEPS Updated NWNxEE libraries. Updated readme Updated nim tools.
14 lines
275 B
Plaintext
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
|
|
|
|
} |