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