ID:155260
 
alright so i have 4 icons here.


Door 1, Door 1a, Door 2, and Door2a

...now this is just an example, not really refering to doors,but

How would i make it so that when a player approached door 1, that door 1a, would swing open, as well as door 2 and door 2a?


and the other way around?

Super Advanced Diagram:
-------
|1A||2A|
|1B||2B|
You can use oview() to force the other doors to open as well.
For loops, or associate them upon creation and simply call the proc for opening the door's pair when it is opened.