16 lines
415 B
Plaintext
16 lines
415 B
Plaintext
|
////////////////////////////////////////////////////////////////////////////////
|
||
|
// 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);
|
||
|
}
|