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

@@ -19,6 +19,7 @@
//:: Created By: Georg Zoeller
//:: Created On: 2003-07-17
//:://////////////////////////////////////////////
#include "prc_inc_spells"
void main()
{
@@ -43,7 +44,7 @@ void main()
eVis =EffectVisualEffect(VFX_IMP_FLAME_M);
}
eDmg = EffectLinkEffects (eVis, eDmg);
object oTarget = GetSpellTargetObject();
object oTarget = PRCGetSpellTargetObject();
if (GetIsObjectValid(oTarget))
{