Main Menu
  • Welcome to The RPG Maker Resource Kit.

[VX] Scene Tutorial Request

Started by nemrog, December 04, 2011, 04:57:24 PM

0 Members and 1 Guest are viewing this topic.

nemrog

This Custom Menu Tutorial 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.

Tilea

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.