Updated for PRC8 update

Updated for PRC8 update.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-03-03 21:13:09 -05:00
parent 95df1aa540
commit 056cfb0b7f
14 changed files with 6 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ and save it after you have edited & saved this script!
//#include "gen_inc_color"
#include "inc_utility"
void main (){}
//:: void main (){}
/////////////////////////////////////////////////////////////////////////
//Taken from SimTools

View File

@@ -29,7 +29,7 @@ void main()
// fill the variables
oSpellOrigin = OBJECT_SELF;
oSpellTarget = PRCPRCGetSpellTargetObject();
oSpellTarget = PRCGetSpellTargetObject();
oItem = PRCGetSpellCastItem();
int nLevel = PRCGetCasterLevel(OBJECT_SELF);