Updated module to NWN:EE v37-17 Updated NWNxEE libraries to latest. Associated new PRC8 module script for the GUI event. Deleted old prc_2da_cache creature from top hak as it's now unneeded. Full compile.
16 lines
260 B
Plaintext
16 lines
260 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"
|
|
|
|
//:: Moved into PRC includes
|
|
|
|
//:: void main(){} |