The directions on some of this stuff is not really all that clear.
I understand the code, and its purpose. Im having trouble figuring out
where i should be putting some of it though.
For example
Leader character file
Edit:
Code: [Select]
NTConfig_PublicMode = true;
Follower character file
Edit:
Code: [Select]
NTConfig_Leader = "YourLeader_Name"
This must be your leader CHARACTER NAME.
NTConfig
Add (if not exist):
Code: [Select]
var NTConfig_Leader;
Where it says Leader character file, your talking about the class/character to be played.njt?
If it goes in NTConfig_Paladin_urnamehere, where do i put it inside there?
Same for the other lines, im not to clear on exactly where they go.
I was almost done puting this whole thing together and and i realized how different
each bot d2nt folder was gonna look. Just wondering if i could get some clarity?
Thanks in advance.