Multiple of 'tacti', clearly.
Give the brick 2(or more) events onRelay, have it trigger itself (target self->FireRelay) and the other(s) doing whatever you want the brick to do.
Add an event that starts the relay loop off. (e.g. onActivate -> target self -> FireRelay)
Use setEventEnabled (The Loop's Number, off) to stop the loop.