9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oDoor = OBJECT_SELF;
|
||
|
DelayCommand( 6.0, ActionCloseDoor(oDoor) );
|
||
|
|
||
|
SetLocked( oDoor, TRUE );
|
||
|
}
|
||
|
|