Jump to content

"Warp Map" Screen with Selectable Destination

Overview
Creator: eNJuR Updated: 06 Jul 2022 Tags: 2.55, FFC Downloads: 27
Rating[?]: Rating: 4.5/5 (3 ratings)
View Script Download Example
(3.08 MB)
Information

Description Setup Reviews Comments

Create a screen where the player can select from multiple warp destinations. It may be a little complicated to set up, but I've tried to walk you through the process in the setup notes. Please view the included quest for two examples: a whistle-warp screen (which is the primary intended use of this script), and a warp-themed example dungeon (as an example of other possibilities).

Warp_Map_Selector should be placed on a 2x2 FFC and acts as your cursor.

Warp_Map_Wind is for a combo that flies across the screen chasing the cursor.

Warp_Map_Location is for the multiple possible destinations. They can be always active or disabled by default and unlocked by using a bit flag array (see next).

Warp_Map_Set_Valid will run the first time the player visits a screen and changes whether a chosen location is an available destination on the warp screen.

--

Inspired by "Fly" from Pokemon RBY.
Thanks Emily for pointing out improvements.
This was tested in 2.55 alpha 107, but shouldn't be hard to make work in earlier versions.
To get it to work in 2.53, see the note at bottom of setup page.