sv / save                     Saves a file (or files)
 
   Format:
      ;save                   Saves files for this session
      ;save -f                Force-saves all files for this session

      ;save <options>         Saves specific file(s) for this session
      ;save <options> -f      Force-saves specific file(s) for this session

      ;save -a                Saves files in all sessions
      ;save -f -a             Force-saves files in all sessions
      
   Notes:
      Axmud stores its data across a number of files (use ';showfile' for a list
         of them). 
      This command saves files whose data has been modified during this session.
         If the '-a' switch is specified, files whose data has been modified by
         all sessions are saved.
      If the '-f' switch is specified, the files are saved regardless of whether
         their data has been modified, or not.

      If you want to save specific files, you can use <options>.
      <options> should consist of a list of switch options and/or file names. 
      The switch options used are:
         -i   Saves the .ini / .conf config file
         -d   Saves all files related to profiles (including all 'worldprof'
                 files, plus the 'otherprof', 'worldmodel' and 'config' files)
         -c   Saves all files related to the current world profile (including
                 the 'worldprof' file for the current world, plus the 
                 'otherprof', 'worldmodel' and 'config' files)
         -o <world>
              Saves the 'worldprof' file for the named world profile (which must
                 not be the current world profile), plus the 'config' file
         -w   Saves the 'worldprof' file for the current world profile, plus the
                 'otherprof' and 'config' files
         -m   Saves the world model data file, 'worldmodel'
         -t   Saves the task data file, 'tasks'
         -s   Saves the script data file, 'scripts'
         -n   Saves the contacts data file, 'contacts'
         -k   Saves the keycode data file, 'keycodes'
         -y   Saves the dictionary data file, 'dicts'
         -b   Saves the toolbar button data file, 'toolbar'
         -u   Saves the user command data file, 'usercmds'
         -z   Saves the zonemaps data file, 'zonemaps'
         -p   Saves the winmaps data file, 'winmaps'
         -x   Saves the text-to-speech data file, 'tts'
      File names used are: 'worldmodel', 'tasks', 'contacts', 'keycodes',
         'dicts', 'usercmds', 'zonemaps', 'winmaps', 'tts'.

      <options> can be specified in any order:
      
         ';save -k tasks -z dicts'
         
      Each file is only saved once, so duplicate <options> won't cause an error.
 
   User commands:
      sv / save
