void main()
{
object oSelf = OBJECT_SELF;
DelayCommand(20.0, ActionCloseDoor(oSelf));
}