Added creatures & models

Added creatures & models in support for Horsefly Swamp Update.  Full compile.
This commit is contained in:
Jaysyn904
2023-08-10 23:50:38 -04:00
parent abae0284e0
commit 9448afd228
397 changed files with 53090 additions and 159 deletions

View File

@@ -1,5 +1,5 @@
//::///////////////////////////////////////////////
//:: Actuvate Item Script
//:: Activate Item Script
//:: NW_S3_ActItem01
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
@@ -13,11 +13,13 @@
//:://////////////////////////////////////////////
//:: Modified by The DMFI Team to handle activation of DMFI Wands & Widgets
#include "prc_inc_spells"
void main()
{
object oItem = GetSpellCastItem();
object oTarget = GetSpellTargetObject();
location lLocal = GetSpellTargetLocation();
object oItem = PRCGetSpellCastItem();
object oTarget = PRCGetSpellTargetObject();
location lLocal = PRCGetSpellTargetLocation();
if (GetStringLeft(GetTag(oItem), 5) == "dmfi_" ||
GetStringLeft(GetTag(oItem), 8) == "hlslang_")