Jump to content

1 Script compilation error journalquestmenu.ws


Mereinid

Recommended Posts

Hey, all here is the error I am getting, it's just one and I opened the file with Notepad++. Anyone know what's missing in the two quotations, if anything?

 

Error [mod0000_mergedfiles]game\gui\menus\journalquestmenu.ws(579): syntax error, unexpected TOKEN_IDENT, expecting TOKEN_FUNCTION, near 'questLocationSorter'

 

Here is a few lines from the .ws text file.

 

// Sort Everything - BEGIN
sortingMode = seJournalSortingMode();
case 0: questLevelSorter = 0; questNameSorter = ""; break; // off
case 1: questLevelSorter = 0; questNameSorter = l_questTitle; break; // alph
case 2: questLevelSorter = questLevel; questNameSorter = l_questTitle; break; // asc
case 3: questLevelSorter = 321 - questLevel; questNameSorter = l_questTitle; break; // desc
default: break;
}
questLocationSorter = ""; This is Line 579?
if ( seIsJournalSortFinishedAlphEnabled() )
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...