How to set up a brick to be triggered1. Create the triggered brick. Open its events GUI, and set its groupdescription to a name.2. Create the trigger brick. Open its events GUI and add an event. Set itstype to “Triggers”, and in that set the kind of trigger e.g. on touching,and the group it triggers to the name you set the first brick to. All brickswith the group name you entered will be triggered by this.3. Go back to the triggered brick. Add an event, and set its type to “WaitFor”. Select “Triggered”. Add the events you want the brick to do whentriggered after the “Wait For” event.4. Triggering one brick by e.g. touching it will make the other brick performits events once.5. You can have multiple bricks triggered by one trigger, or one bricktriggered by many triggers, using groups. You can also have multiple“Wait For” events in a brick, creating e.g. a lightswitch effect where eachpress will activate or deactivate the light in another brick. Rememberbricks can trigger themselves using the “Wait For” event.