void main()
{
object oDoor=OBJECT_SELF;
SetLocked(oDoor,0);
ActionOpenDoor(oDoor);
}