Author Topic: Relay Change?  (Read 457 times)

I don't really know how to describe this but I am looking for a way for a brick to check where the relay came from, and then be able to send another relay away from where the original relay came.
Like this[ ] > [ ] > [ ]

Yeah that would make things a little more interesting.

How about onRelayFromNorth, South, East, West, Top, Bottom?

So you could do onRelayFromSouth -> Self -> fireRelayNorth

Yeah that would make things a little more interesting.

How about onRelayFromNorth, South, East, West, Top, Bottom?

So you could do onRelayFromSouth -> Self -> fireRelayNorth
Sounds cool
Is there a usable callback for relays?

Sounds cool
Is there a usable callback for relays?
Not too sure. I can try my best.

If all else fails though, I can just recode the relay events.