frozenwake_puzzle 
Vars | |
current_sequence | what has currently been selected to compare to the expected_order |
---|---|
expected_order | what the expected order to solve the puzzle |
Procs | |
lists_match | Compares the puzzle expected_order to current_sequence |
register_click | adds the last clicked statue to the current_sequence. Keeps only the last 4 stored. |
trigger_success | Breaks the ice and drops the sword if puzzle completed. |
Var Details
current_sequence 
what has currently been selected to compare to the expected_order
expected_order 
what the expected order to solve the puzzle
Proc Details
lists_match
Compares the puzzle expected_order to current_sequence
register_click
adds the last clicked statue to the current_sequence. Keeps only the last 4 stored.
trigger_success
Breaks the ice and drops the sword if puzzle completed.