Jump to content

Script: Line for autosaving


Zorkaz

Recommended Posts

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...