turned off their combat one-liners and added treasure script to destroy itself 30s after closing
6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
void main()
|
|
{
|
|
|
|
DelayCommand( 30.0, DestroyObject(OBJECT_SELF));
|
|
}
|