- Joined
- Oct 11, 2015
- Messages
- 41
- Reaction score
- 3
- First Language
- Portuguese
Good day,
When you click new game will automatically go to the map 001. I would like the script refer to another map.
rpg_scenes.js
When you click new game will automatically go to the map 001. I would like the script refer to another map.
rpg_scenes.js
Code:
Scene_Title.prototype.commandCredito = function() { this._commandWindow.close(); this.fadeOutAll(); SceneManager.goto(NEW LOCAL);};
Last edited by a moderator:
