im making a plane/drop ship thing. It is going to have several pods in it that drop to the ground when a button is pushed. The problem is that when the doors on the bottom of the plane are closed the pods still drop. The doors are 2 "func_door_rotating" and the pods are "func_train" with the button set to "-1" for delay before reset and the second path_track(the one on the ground) has the "dissable train" flag checked.
so how would i make the pods launch only when the doors are open. Im guessing a multisouce and a master name, but i tried that and it doesnt seem to work.