Lightning Puzzle
From TRLE Wiki
The Lightning Puzzle was used in the Street Bazaar level. The player had to push a lightning conductor to a place the lightning would strike, causing it to lead the lightning to the bridge, which then exploded.
[edit] Setup
The puzzle was made using HEAVYSWTICH triggers and pushable objects. For this effect to work, the PUSHABLE_OBJECT needs to have the same object code bits pressed as in the HEAVYSWITCH trigger. You can't press all 5 buttons because that disables the pushable. The remaining codebits have to be pressed in the triggered object. For example, in both trigger and pushable, activate codebits 1-4 and disable codebit 5. Then in the object that needs to be triggered, press codebit button 5. You can't directly trigger flipmaps because of this, but you can trigger flipmaps using FLAME_EMITTER2.
Since this puzzle does not work together with the actual LIGHTNING_CONDUCTOR, the trigger is activated at the same time as the pushable is in place, not when the lightning actually strikes. It also works when the lightning_conductor is switched off.
