I would like to have a script that lets you add an extra option to the game startup menu that takes you to a specified map. I need the option to be unlockable and lockable too. Thanks :) .
~ Myst
Locked Options Script
● ARCHIVED · READ-ONLY
-
-
Hmm I'm not sure about the menu option but you can use this to make it a key press, then just make the common event a conditional branch and when it's supposed to be disabled just show text to the player.
http://yanflychannel.wordpress.com/rmvxa/field-scripts/button-common-events/ -
Hime created a script that can allow you to do this already(among anything else you can dream up)., It's a custom menu command script, which you can make them show up only if a switch is on, if you want.I would like to have a script that lets you add an extra option to the menu that takes you to a specified map. I need the option to be unlockable and lockable too. Thanks :) .
http://www.himeworks.com/2013/11/08/menu-command-manager/?relatedposts_exclude=425
It's awesome. I created custom status pages for my Summons that are never in the party while on the map(thus you can't normally see status pages for them), and tied them to a common event(I could've just made a key item call the common event, but I wanted it to be more professional), that I tied to the custom menu command I made. I also only have the Summons command show up after the actual Summoner joins your party(by way of a switch).