Updated to PRC8

Updated to PRC8.  Further function integration.  Fixed NPC onDeath script.   Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-02-20 22:24:11 -05:00
parent ada3850bad
commit 2bb2c470e0
805 changed files with 37897 additions and 623 deletions

View File

@@ -0,0 +1,18 @@
//:://////////////////////////////////////////////////
//:: 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();
}