6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
void main()
|
|
{
|
|
ExportAllCharacters();
|
|
DelayCommand(120.0, ExecuteScript("savechars", OBJECT_SELF));
|
|
}
|