Light Beam
Overview
Creator:
cavthena
Added: 23 Jul 2014
Tags:
FFC,
Item
Downloads: 100
|
View Script
Download Example (2.54 MB) |
Information
Creates an Beam of Light that can be bounced around the room with mirrors or the mirror shield. Allowing for dungeon wide puzzles involving Light.
Description Setup Reviews Comments
Few notes to quest makers using this script. The Light beam is dynamic in other words, once it is set up the code will handle everything else.
- Light can be used to trigger screen secrets. Secrets triggered by this script are permanent!
- Light can be "passed" to the screen next to it. If the Light is on an MirrorOut_ combo then the Light will continue on to the next screen. The screen that the Light is passed to must have this script running in a FFC. The FFC must be set up as normal. If the Light is no longer hitting the MirrorOut_ Combo then the Light will not be passed and the beam will be turned off on the next screen.
- The ignore Screen arguments are used for when 2 Light beams pass screens next to each other. If this is not set then one beam could shut off the other.
- Do not place any other combos on the layer the Light is drawn on. I recommend using Layer 5 or 6.
- Push Blocks can be saved. Only 2 different combos can be saved. See line 2 in the code for how many can be saved.


