Is there any way to only make the switches open the door the first time they are activated? (To avoid one switch pressed multiple times that opens the door)
use my example, if a switch is turned off, the door will close/not open
all of the switches must be on for it to open
I don't have the events "ontrigger" or "offtrigger". Would toggle_event_enabled work just as well?
ontrigger/offtrigger are to be replaced with your "on"/"off" trigger like onactivate/onplayertouch/whatever
onactivate>namedbrick>decrimentprintcount
onactivate>namedbrick>incrimentprintcount
onactivate>self>toggleeventsenabled
would also work, the first is the on trigger, the second is the off trigger