Guest deleted2027229 Posted September 2, 2023 Share Posted September 2, 2023 Script - https://pastebin.com/XyHDR7NR How do I remove lines 100 + 108 where it says "Completed quests will only be removed after a game save and reload" I just want those messageboxes removed, how do I do it? Link to comment Share on other sites More sharing options...
xkkmEl Posted September 2, 2023 Share Posted September 2, 2023 Not sure which part you need help with. Reading the code, it looks like you just need to insert a semicolon at the beginning of each line from 97 to 110, and then recompile. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted September 2, 2023 Share Posted September 2, 2023 The quick answer: Put a semi-colon in front of each of those lines, save the PSC and recompile into the PEX The long answer: Make sure you have extracted the source files from the scripts.rar or scripts.zip file depending upon game version (LE or SE)Make sure you have SKSE's PSC files overwriting the base game PSC filesPut a semi-colon in front of each of those lines, save the PSC and recompile into the PEXIf the compiler fails, locate the script source(s) that contain the function, event or variable tripping up the compiler and place in the correct source folder for your game** Repeat the above step as much as necessary until the compiler compiles without error Default source folder locations (PSC files):All 32-bit Skyrim editions: Data > Scripts > SourceAll 64-bit Skyrim editions: Data > Source > Scripts Link to comment Share on other sites More sharing options...
Guest deleted2027229 Posted September 2, 2023 Share Posted September 2, 2023 Thanks for the detailed answers! Link to comment Share on other sites More sharing options...
Recommended Posts