Finished PRC8 integration
Finished PRC8 integration. Moved creature abilities to top hak. Setup tooling. Created release archive
This commit is contained in:
@@ -11,12 +11,13 @@
|
||||
//:: Created By: Preston Watamaniuk
|
||||
//:: Created On: Dec 19, 2001
|
||||
//:://////////////////////////////////////////////
|
||||
#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_")
|
||||
|
||||
Reference in New Issue
Block a user