Zorkaz Posted March 11, 2020 Posted March 11, 2020 Does anyone know the proper command for autosaving (Script)I thought it was "Game.RequestAutoSave()" yet it doesn't work
SKKmods Posted March 11, 2020 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
Zorkaz Posted March 11, 2020 Author 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
Recommended Posts