Lights Out
Overview
Creator:
Beefster
Added: 30 Apr 2014
Tags:
FFC
|
View Script |
Information
This is an FFC-based puzzle that uses Puzzle Check.
When you toggle a switch with your sword, it toggles the adjacent switches. Pretty simple... but can be tough to solve.
When you toggle a switch with your sword, it toggles the adjacent switches. Pretty simple... but can be tough to solve.
Description Setup Reviews Comments
- IMPORTANT: make sure the constant doesn't interfere with other scripts. It generally won't, but be careful if you like using FFC->Misc more than necessary.
- Set up your initial state.
- Create your FFCs, assigning them an initial state (D0) and graphics (D1 and D2) for their alternate state. (i.e. if it starts on, provide the off Combo/CSet and vice versa)
- Determine which FFCs are "adjacent". They need not be physically adjacent- if you're going for a confusing variant. Just assign them to D3-D6.
- Determine the solved state (D7)
- Set up PuzzleCheck.
- WARNING: I can't guarantee that this will work if your switches are really close together.
This script requires Puzzle Check (another script)
- Set up your initial state.
- Create your FFCs, assigning them an initial state (D0) and graphics (D1 and D2) for their alternate state. (i.e. if it starts on, provide the off Combo/CSet and vice versa)
- Determine which FFCs are "adjacent". They need not be physically adjacent- if you're going for a confusing variant. Just assign them to D3-D6.
- Determine the solved state (D7)
- Set up PuzzleCheck.
- WARNING: I can't guarantee that this will work if your switches are really close together.
This script requires Puzzle Check (another script)


