QUOTE (udivision @ May 21 2011, 01:50 PM)

Check the patches thread, or Cherry's work.
Here is a quoted section for the patch.
QUOTE
2. Better Auto Enter Patch for RM2k and RM2k3
Download Patch (625 KB):
http://cherrytree.at/downloads/betteraep.rarDownload Demo Project (321 KB):
http://cherrytree.at/downloads/betteraep_demo.rar("How to use the patch")
This patch includes everything you need for creating your own title screen
> The standard title screen will be skipped, the game starts directly at the start map.
> You can call the load menu from an event script.
> You can exit the game from an event script.
> BetterAEP is a stand-alone patch. You don't need any other patch to get it working. If you want to combinate it with another patch, apply BetterAEP at first.
To call the loading menu or exit the game, the event command "Stop Parallel Events" (or "Stop Event" in some versions) and the variable no. 3350 is used. This variable has been chosen, because most of the games don't use it.
If variable no. 3350 contains the value 1 when "Stop Parallel Events" is called, the load menu will pop up. If it contains the value 2, the game will quit. If it contains any other value, the standard "Stop Parallel Events" command will be executed.
This post has been edited by Zinx_therpgmaker: May 22 2011, 08:38 AM