To open doors on resistance buildings, just use the object id# and the animate command like LCD said. Example-
close an open door:
(Object 137404) animate ["Dvere1", 1]
Open a closed door:
(Object 137404) animate ["Dvere1", 0]
This can be done by trigger or script...whatever fits your situation.