Results 1 to 2 of 2
  1. #1

    Default NTConfig_Columns is undefined?

    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

  2. #2

    Default

    try to change where the line 'NTConfig_FreeSpace = 4' change the 4 to 8, cuz u set it up to 8 free columns

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •