6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
void main()
|
|
{
|
|
SetIsDestroyable(TRUE);
|
|
DestroyObject(OBJECT_SELF, 60.0);
|
|
}
|