I tried to set up my config but it keeps giving me the error stated in the title... i went to the line the error message gave me and i dont see anything wrong with it.
NTConfig_FreeSpace = 4; // Number of free columns. If less full columns are free stashing is set.
// The numbers correspond to your inventory. Set 0 to keep whatever is there, 1 to stash it.
NTConfig_Columns[0] = [1,1,1,1,1,1,1,1,0,0];
NTConfig_Columns[1] = [1,1,1,1,1,1,1,1,0,0];
NTConfig_Columns[2] = [1,1,1,1,1,1,1,1,0,0];
NTConfig_Columns[3] = [1,1,1,1,1,1,1,1,0,0];
NTConfig_Columns[0] = [1,1,1,1,1,1,1,1,0,0];
is apparently the line that is giving me issues
Bookmarks