Skip Title Script
This is a simple script that allows you to skip to the starting level. Useful for games that don't need the default title.Github Res
Copy this code and replace the code in Scenes > Scene_Title.
This code is under the Apache License.
Ruby:
class Scene_Title < Scene_Base
def start
super
DataManager.setup_new_game
SceneManager.goto(Scene_Map)
end
end
本贴来自国际rpgmaker官方论坛作者:mudkipi处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/skip-title-script.131517/
页:
[1]