////////////////////////////////////////////////////////////////////////////////
//  Export All Characters
//  opw_pcexport
//  By Don Anderson
//  dandersonru@msn.com
//
//  Place this script in the Module User Defined Event
//
////////////////////////////////////////////////////////////////////////////////

void main()
{
  ExportAllCharacters();
  //SpeakString("Saving all characters...", TALKVOLUME_SHOUT);
}