
Prototype: GemRB.SaveGame(position, description)

Description: Saves the current game. This won't be started before the current script returns.

Parameters:
            pos	- the saved game's index, 0 and 1 are reserved
    description - the string that will also appear in the filename

Return value: N/A

Example: 
	GemRB.SaveGame(0, "QuickSave") #this will make a quicksave

See also: LoadGame, SaveCharacter

