Call of Duty Script Documentation
savegame(<filename>, <description>, <screenshot>)
ModuleSave
Summary
Save the current game.
Example
savegame(("Chateau" + nodenum), "Documents Obtained");
Minimum Number of arguments: 0
Number of optional arguments: 3
1 : <filename> The name of the file. If not used then the file will be automatically named. Will throw a script error if multiple saves are attempted in the same frame.
2 : <description> A description of the savegame.
3 : <screenshot> The name of the screenshot file. If not used then the file will be automatically named.
Return to Function List