12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
|
////closing doors / locking
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: JEC
|
||
|
//:: Created On: 17-JUL-2002
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
object oDoor = OBJECT_SELF;
|
||
|
DelayCommand( 10.0, ActionCloseDoor(oDoor) );
|
||
|
}
|
||
|
|