Author Topic: Xalos Elevator events  (Read 880 times)

I'm building a multiple story building, in which the only transportation between floors is the elevator.
His events are solid and they're relatively easy after a bit of fiddling, but I'm confused as to how make multiple floor checks on a brick.
To be more clear, I'm attempting to make the multiple floors elevator doors open upon arrival. Thus far I have failed in getting more than one level to respond properly.

Am I stupid? I completely lack competence in toggleEventEnabled eventing. I'm thinking there has to be a way to source the floor checks to the doors or to make a brick that isn't a part of the elevator affect it and its events.

I think you can you the input event
Onelevator arrive -> NAMEDBRICK -> contentStart (that what I did)
put that in plate. NAMEDBRICK is the door and I think it will work