6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
// use this for any door that is not locked
|
|
void main()
|
|
{
|
|
DelayCommand(300.0f,ActionCloseDoor(OBJECT_SELF));
|
|
}
|