lv1234 75 Posted July 2, 2018 In my scenario, I want to disable manual saves but still allow the game to save on exit. Is there a way to do that? Share this post Link to post Share on other sites
HazJ 1289 Posted July 2, 2018 The Search feature is magical. Not that old either... 1 Share this post Link to post Share on other sites
lv1234 75 Posted July 2, 2018 46 minutes ago, HazJ said: The Search feature is magical. Not that old either... Have you tried this? Unfortunately, it doesn't work for me..It is not allowing me to use the "save and exit" option Share this post Link to post Share on other sites
7erra 629 Posted July 2, 2018 Option 1: Use the standard setting: Options >> Game >> Difficulty >> Misc >> Multiple saves Option 2: Disable the save button: while {true} do { waitUntil {uisleep 0.1; !isNull (findDisplay 49)}; ((findDisplay 49) displayCtrl 103) ctrlEnable false; waitUntil {uisleep 0.1; isNull (findDisplay 49)}; }; 1 Share this post Link to post Share on other sites