This although a hardcode provides a little better response with the switches that are used for the fay lifts in gfaydark. It isn't perfect but they never were on live either. As it was before this change it requires about 4 clicks to get the lift moving, after it should take no more than 2.
doors.h
Code:
bool IsDoorOpen() { if ( ( !strcasecmp(GetDoorName(),"FELE2") || !strcasecmp(GetDoorName(),"FAYLEVATOR") ) && door_param == 1 ) return false; else return isopen; }