Mereinid Posted August 1, 2018 Share Posted August 1, 2018 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 - BEGINsortingMode = seJournalSortingMode(); case 0: questLevelSorter = 0; questNameSorter = ""; break; // offcase 1: questLevelSorter = 0; questNameSorter = l_questTitle; break; // alphcase 2: questLevelSorter = questLevel; questNameSorter = l_questTitle; break; // asccase 3: questLevelSorter = 321 - questLevel; questNameSorter = l_questTitle; break; // descdefault: break;} questLocationSorter = ""; This is Line 579? if ( seIsJournalSortFinishedAlphEnabled() ) Link to comment Share on other sites More sharing options...
Recommended Posts