| <- [[ch04-02|Previous Page]] | [[start|Comprehensive Tutorial Index]] | [[ch04-04|Next Page]] -> | ====== Chapter 4-3: (Continued) ====== ====== Part 5: Secret SFX on Screen Entrance ====== When you entered the secret screen after finding the hidden mountain path in Zelda 1, the secret tone would play to let you know that you found a secret screen. This is rather simple to set up, so let's try it out. Draw the screen below for **Map 1->Screen 26**. {{ ch4-screen26.png?direct&640 |Screen 26}} Since there is a cave here, we need to set it up. We want to give the player the white sword. [[ch01-03#part_12setting_up_the_cave_information|Setting up the Cave Information]] * Select a Guy (**Screen->Guy** or **G**) * Set the Room Type to **Special Item** (**Screen->Room Type** or **R**) * Set the Special Item to **Sword 2 (White)** (**Screen->Special Item** or **A**) [[ch01-03#part_13setting_up_strings|Setting up Strings]] * Create a String (**Quest->Strings**) * Assign the Message String (**Screen->Message String** or **S**) [[ch01-04#part_16checking_the_tile_warp|Checking the Tile Warp]] * Make sure //Tile Warp A// is **Cave/Item Cellar**. [[ch01-04#part_17setting_the_cave_exit_point|Setting the Cave Exit Point]] * Set **Warp Return Square A**. Setting the secret sfx to play on screen entry is really simple. Go to **Screen->Screen Data (F9)** and navigate to the **S.Data 2** tab. Check **Play Secret SFX On Screen Entry.** {{ch4-screendata-sfxentry.png?direct|Secret SFX on Screen Entry}} ====== Part 6: Master Using It ====== In the original The Legend of Zelda, you could not pick up the White Sword until you had 5 heart containers. In new 2.50 quests, the default settings are set to where you don't need any heart containers to grab the sword. In the interest of trying to emulate Zelda 1 somewhat or loading older tilesets with this setting already set, let's briefly cover how to change it. To change this setting, we will need to edit the White Sword in the **Item Editor**. We won't be going into anything too specific about the item editor anytime soon, but we will probably be opening it at least twice in this chapter to set some minor settings to existing items. Go to **Quest->Items** in the main menu. {{ch4-mainmenu-items.png?direct|Main menu Items}} In the Item Select dialog, select **Sword 2 (White)** and **press Edit**. {{ch4-item-selectitem.png?direct|Item Editor List}} The item editor has a lot of options available for editing for each item. You can edit graphics, pickup behaviors, item specific behaviors, power levels, and all kinds of other things. But what we actually want to edit is in the **Pickup tab.** {{ch4-item-edithearts.png?direct|Edit Item}} If we want to make this item require a certain amount of heart containers, we would change it under **Hearts Required**. Try changing this to a value and you should notice the white sword you placed inside the cave can't be picked up until you have at least however many heart containers you specified. | <- [[ch04-02|Previous Page]] | [[start|Comprehensive Tutorial Index]] | [[ch04-04|Next Page]] -> |