Skip Title
by Legacy
- Exclusive to R3 -
by Legacy
- Exclusive to R3 -
Description:
After getting frustrated at how long it took me just to test my CMS, I decided to create a simple tool that allows you to skip the title.
Compatibility:
No Issues known currently, however it is unlikely to work with RPG Maker VX without some adjustment.
Screenshots:
None needed.
Script:
You can download the script via PasteBin
Install the script by adding it into the "Materials" section in the script editor.
Usage:
Change this variable to activate/deactivate the system.
CODE
#--------------------------------------------------------------------------
#; SKIP_TITLE Boolean - If enabled, skip title and go to Scene_Map
#--------------------------------------------------------------------------
SKIP_TITLE = true
#; SKIP_TITLE Boolean - If enabled, skip title and go to Scene_Map
#--------------------------------------------------------------------------
SKIP_TITLE = true
Additional Notes:
You are free to use this in commercial and non-commercial games, all ask in return is to be credited. Thanks.
This script was originally designed for my own usage, however since this could be useful to others I've decided to make this a public script. Exclusive to R3. Enjoy!
- Legacy
