9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
SetPlotFlag(OBJECT_SELF, FALSE);
|
||
|
|
||
|
DelayCommand (1.0, DestroyObject(OBJECT_SELF));
|
||
|
}
|
||
|
|