Karos Graveyard ::
Function Reference :: Scope Reference :: Variable Reference
Most recent edit on 2004-02-25 14:09:22 by MiKail

Additions:
Autosaves a campaign.
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.

Deletions:
Autosaves a campaign. Only works in Campaign mode. A "game saved" message will be displayed on the screen.



Edited on 2004-02-25 14:07:19 by MiKail

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

Note: the output, in the example above, would be "AutoSave_M01 1 Mission Start".
<iId>: if the description contains the string "%d" somewhere within it, then <iId> will be inserted in the place of "%d".


Deletions:

<iId>: if the description contains the string "%d" somewhere in it, then <iId> will be inserted.




Edited on 2004-02-24 05:58:35 by MiKail

Additions:
<iId>: if the description contains the string "%d" somewhere in it, then <iId> will be inserted.

Deletions:
<iId>: if description contains "%d", then <iId> will be inserted.



Edited on 2004-02-24 05:58:10 by MiKail

Additions:
<iId>: if description contains "%d", then <iId> will be inserted.

Deletions:
<iId>: if description contains %d, then <iId> will be inserted.



Edited on 2004-02-24 05:58:01 by MiKail

Additions:
<iId>: if description contains %d, then <iId> will be inserted.

Deletions:
<iId>: if description contains d character, then id will be inserted.



Edited on 2004-02-24 05:56:50 by MiKail

Additions:
Discussion:
  • function helphttp://forums.relicnews.com/showthread.php?s=&threadid=24533



    Edited on 2004-02-22 21:47:11 by MiKail

    Deletions:
    - Event



    Edited on 2004-02-22 21:46:20 by MiKail

    Additions:
    Campaign_QuickSaveNb(<iId>, <sDescription>)

  • Description
    Autosaves a campaign. Only works in Campaign mode. A "game saved" message will be displayed on the screen.

    Example

    Arguments
    <sDescription>: raw string or localization ID.
    <iId>: if description contains d character, then id will be inserted.

    Scope

    Related Pages:
    :: ::