Hamiltonian Path
Overview
Creator:
Moosh
Added: 13 Feb 2018
Tags:
FFC
Downloads: 58
|
View Script
Download Example (894.61 KB) |
Information
A hamiltonian path puzzle. This one doesn't require solid combos or teleporting with the L button.
Description Setup Reviews Comments
First, set the only constant, SFX_HAMILTINIAN_PATH, to the sound that you want to play when Link steps on a new tile in the path.
Next, place an invisible FFC on the screen with the scirpt. Set it's arguments as follows:
This script requires std.zh.
Next, place an invisible FFC on the screen with the scirpt. Set it's arguments as follows:
- D0: The combo number of the inactive (not yet stepped on) path tiles.
- D1: The combo number of the active path tiles
- D2: The combo number of the path tile marking Link's current position along the path
- D3: The combo number of the path tile the whole thing changes to when completed
- D4: Set this to 1 if the secrets triggered should be permanent
- D5: Set this to the SFX to play when secrets are triggered. If 0, it will use the default.
This script requires std.zh.




