how do I to turn a custom made character that has been sent to the .dat into a recruitable Built in character, i wanted to see its head.nif work
Unless you also add some speech lines, you still won't see it.
But in any case, somewhere in one of the campain missions, you'll need this line
Campaign_AddHero('yourherostemplate')
Or, if you want to add him to the team outright
Campaign_Recruit('yourherostemplate')
If using EZScript, it's slightly different, however.
Just open the hero file in EZHero and click the button that says "send to DAT." That's how I got it to work.
Quotethat has been sent to the .dat
He already did this. That is not what he is talking about.
thanks