9 lines
93 B
Plaintext
9 lines
93 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
ExportAllCharacters();
|
||
|
|
||
|
DelayCommand(5.0, DestroyObject(OBJECT_SELF));
|
||
|
|
||
|
}
|