Updated to PRC8
Updated to PRC8. Further function integration. Fixed NPC onDeath script. Full compile. Updated release archive.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user