In this example you are in a room with a metro police.
The cop will shoot you in 30 seconds (double logic_relays), but there is a way to stop him!
Put the cans into the boxes on the walls.
You may not put the wrong can in the wrong box, that won't work (filter_activator_name).
If you manage to put both cans into both boxes in thirty seconds (math_counter) then you are allowed to walk away alive.
This example shows you how to use:
-Math_counter to count how many cans you have "scored"
-Filter_activator_name together with a trigger so that only one object can trigger the trigger
-Double Logic_relay to create timed events which can be prevented
-Logic_auto to launch outputs on map spawn
The example also shows of a way of creating "if triggers".
If you manage to score the two goals, one thing happen.
If you fail, another thing happens.