Zorkaz Posted March 11, 2020 Share Posted March 11, 2020 Does anyone know the proper command for autosaving (Script)I thought it was "Game.RequestAutoSave()" yet it doesn't work Link to comment Share on other sites More sharing options...
SKKmods Posted March 11, 2020 Share Posted March 11, 2020 Are you trying to call it from a menu ? If so it will not work ... this does for thousands of users via a hotkey/fave/aid item If (Utility.IsInMenuMode() == FALSE) If (bFullSave == FALSE) Game.RequestAutoSave() ; uses one of 3 file slots Else Game.RequestSave() ; creates new unique named files EndIf pSKK_WUOKSave.Show() Else pSKK_WUNoSave.Show() ;Save can not be run from a menu. EndIf Link to comment Share on other sites More sharing options...
Zorkaz Posted March 11, 2020 Author Share Posted March 11, 2020 Sorry should have b:een clearer. I ran it from a random activator(which had onload() at the beginning and self.delete() at the end) I'll try adapting your script, thanks as always Link to comment Share on other sites More sharing options...
Recommended Posts