New account registration is temporarily disabled.

[RM2K3] HOW DO I OPEN A DOOR WITH 2 SWITCHES

Posts

Pages: 1
I want to open a door by pressing 2 different switches, how do I do it?
If you have Switch # 1 and 2 for this, one way is to have a normal door event and put this in the code.


Branch - If Switch #1 = ON
Branch - If Switch #2 = ON
Change graphic
Play sound
Add whatever other code
end
end

This way you can only activate the code of the door event while both switches are on. If they both aren't on, nothing would happen if you interact with the door.
Pages: 1