Vendily submitted a new resource:
Lights Out and Multi Button Puzzle Methods - These puzzle types are pretty common, might as well have the script for them easy to find too.
Read more about this resource...
Lights Out and Multi Button Puzzle Methods - These puzzle types are pretty common, might as well have the script for them easy to find too.
The linked pastebin implements two different types of puzzles: Lights Out and Multiple Buttons that all must be simultaneously pressed.
In Lights Out, interacting with the event toggles itself and neighbouring events to change state, with the goal of making everything match generally. The script is more extendable than that, as it gives you full control in what events are toggled by the triggering event. The solution checking method also allows you to check the state of given events (so you...
Read more about this resource...