Added support for NPCs with Combat Feats

Added support for NPCs with Charge, Pounce, Trample, Overrun, Awesome Blow & Bull Rush.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-12-13 18:40:31 -05:00
parent 582b9dbb49
commit b0a9d7abac
22 changed files with 642 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
//::///////////////////////////////////////////////
//:: Name x2_def_heartbeat
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Default Heartbeat script
*/
//:://////////////////////////////////////////////
//:: Created By: Keith Warner
//:: Created On: June 11/03
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("nw_c2_default1", OBJECT_SELF);
}