Difference between revisions of "Con Save"
Jump to navigation
Jump to search
imported>Haama (Created) |
imported>WereWolf |
||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | |||
'''Syntax:''' | '''Syntax:''' | ||
con_Save FileName | con_Save FileName | ||
Line 12: | Line 14: | ||
StopQuest YourQuest</pre> | StopQuest YourQuest</pre> | ||
won't work. The quest will continue to be running when you load "SaveTest". | won't work. The quest will continue to be running when you load "SaveTest". | ||
[[Category:Functions]] | |||
[[Category:Functions (OBSE)]] | |||
[[Category:Miscellaneous Functions]] | |||
[[Category:Miscellaneous Functions (OBSE)]] |
Revision as of 05:20, 15 September 2007
A command for Oblivion Script Extender
Syntax:
con_Save FileName
Saves the game to the file name.
Notes
- Due to limitations of the Wiki software, the title of this article, and links to it, cannot display it correctly - there is an underscore (_) in the function's name.
- This function is identical to the Save Console Function, and should behave as if you had called that function from the console.
- The save happens at that exact line of script. Anything that happens later in the script, and later in that frame/game, will not be saved. For example, if you want to end a quest and save, then this:
con_Save SaveTest StopQuest YourQuest
won't work. The quest will continue to be running when you load "SaveTest".