The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX => Topic started by: nemrog on December 04, 2011, 04:57:24 PM

Title: [VX] Scene Tutorial Request
Post by: nemrog on December 04, 2011, 04:57:24 PM
This Custom Menu Tutorial (http://www.rpgmakervx.net/index.php?showtopic=8478) was epic in showing how to make a custom menu.

But it doesn't explain Calling Scene's or how to make a custom one. For instance after  $scene =StatSystem.new what comes next? Can a person show how to add the "Meat" to the "Bones" of the Custom Menu?


I checked on here, http://www.rpgrevolution.com/tutorials.html, and Google. And I'm using RPG Maker VX.
Title: Re: Scene Tutorial Request
Post by: Tilea on February 05, 2012, 02:35:43 AM
I haven't worked with RGSS2/3 yet, but I did teach myself RGSS in RMXP a while back. What I would suggest doing is to go into the pre-existing scripts for the different windows that come with the program and simply look at their method. With this, you should be able to take the code straight from that class and put it into your own, only changing certain names  to match the name of the scene you made.