I swear I've seen this somewhere but I cannot find it at ALL.
Places Searched:
RMRK.net
RPGMakerVX.net
RPGRevolution.com
Google.com
Searched for:
Menu Tutorials
Command Controls
Menu Controls
etc.
Purpose of the Script:
Like in FFX when the game goes through a tutorial of the menu and explains each function, I'd like to have a similar process. This is so that in the beginning of a game, this script can control the functions of battle menus/commands and out of battle menus/commands to teach the player the basics of the game.
Ex. You learn your first skill and you need to equip it. The menu screen will be prompted, text will appear at the bottom (or top) of the screen that explains what is going on. The cursor scrolls down to the 'Equip Skills' menu, some text is displayed about this new menu. The 'Equip Skills' menu is then prompted, some text displays how this menu is used. While the text is rolling through, the cursor will basically mimic what the text is saying. [like, "Text: The right side of the menu displays your currently available skills," and the cursor will move to the right of the screen and scroll up and down that area to display the skills and such.]. Then after the 'Equip Skills' menu has been fully explained, all the menus close and gameplay resumes.
Ex. Your first battle. The script will teach you what each command means and how it functions in game. [ie. "Text: Your first command is Attack. It will command the current active character to physically attack with their equipped weapon(s)." Then the script scrolls to the Attack command. Then after that it would explain the next command, and so on.]
Basic Funtion of the Script:
By using some sort of method, like perhaps calling a script in an event and in a battle event page, I can control every aspect of the battle menu and out of battle menu(s) commands, the player has no control while it's active (so they cannot do anything but watch), and prioritize text above all windows while this is active (,or during battle just have the text in the usual placement which is just above the commands).
I hope this has been very explanitory, please ask me to clarify anything if there are any questions.