7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
void main()
|
|
{
|
|
object oDoor = OBJECT_SELF;
|
|
DelayCommand( 5.0, ActionCloseDoor(oDoor) );
|
|
|
|
}
|