Okay, so I have my NPC. She is supposed to appear in the copper coronet (0406) and she installed correctly but for some odd reason when i enter that area, the game crashes!
Here is my Tp2 and my baf file.
BACKUP ~AurenTheNPC\backup~
AUTHOR ~theacefes~
BEGIN ~AurenTheNPC for BG2:ToB~
COPY ~AurenTheNPC\Auren.cre~ ~override\Auren.cre~
COMPILE ~AurenTheNPC\K#Auren.d~
EXTEND_TOP ~Ar0406.bcs~ ~AurenTheNPC\ar0406.baf~
APPEND ~pdialog.2da~
~K#AurentheNPC K#AurenP K#AurenJ K#AurenD K#Aur25P K#Aur25J K#Aur25D K#Aure25~
UNLESS ~K#AurentheNPC~
APPEND ~interdia.2da~
~K#AurentheNPC K#AurenB K#AurB25~
UNLESS ~K#AurentheNPC~
And the baf:
IF
Global("AurenExists","AR0406",0)
THEN
RESPONSE #100
SetGlobal("AurenExists","AR0406",1)
CreateCreature("Auren",[1483.1934],3)
END