/tg/ Station 13 - Modules - TypesVar Details - Proc Details

frozenwake_puzzle

Vars

current_sequencewhat has currently been selected to compare to the expected_order
expected_orderwhat the expected order to solve the puzzle

Procs

lists_matchCompares the puzzle expected_order to current_sequence
register_clickadds the last clicked statue to the current_sequence. Keeps only the last 4 stored.
trigger_successBreaks 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.