Removed unneeded 2DAs from top hak. Updated NWNxEE libraries Updated PEPS Updated nim tooling. Updated NPC template scripts. Full compile.
16 lines
271 B
Plaintext
16 lines
271 B
Plaintext
/* npc_template_inc
|
|
|
|
Common functions for Creature Templates
|
|
|
|
By: Jaysyn
|
|
Created: 2024-11-14 08:27:30
|
|
|
|
*/
|
|
#include "prc_inc_fork"
|
|
#include "nw_inc_gff"
|
|
#include "prc_inc_natweap"
|
|
#include "prc_inc_util"
|
|
|
|
//:: all functions moved to prc_inc_json
|
|
|
|
//:: void main(){} |