Karos Graveyard ::
Function Reference :: Scope Reference :: Variable Reference
Campaign_QuickSaveNb(<iId>, <sDescription>)

Description
Autosaves a campaign.

Example
local saveId = 1
Campaign_QuickSaveNb(saveId, "M01 %d Mission Start")

Note: the output, in the example above, would be "AutoSave_M01 1 Mission Start".

Arguments
<sDescription>: raw string or localization ID.
<iId>: if the description contains the string "%d" somewhere within it, then <iId> will be inserted in the place of "%d".

Note
Only works in Campaign mode.
A "game saved" message will be displayed on the screen.
The string "Autosave_" will be always be appended to the beginning of the description.

Scope

Discussion:

Related Pages:
 Comments [Hide comments/form]
This makes no sense whatsoever.
-- MiKail (2004-02-22 21:46:48)
Eh?
-- ThoughtProcess (2004-02-22 23:45:57)
:: ::