PDA

View Full Version : In RM2K3


KagomJack
2004-04-03, 10:40 AM
how do I add an extra menu option to change my character's job class at will like in FF V?

*Summons teh might BlueCube*

BlueCube
2004-04-03, 11:43 AM
Put simply, you don't. Can't add menu commands to the default menu screen (though you CAN take away anything..)

I suggest a Skill called "Change Class", with its Type as a switch which activates a common event. Unless, of course, you want to build your own CMS...

Set that Skill as #0001 on the Skills screen, so it always appears first in every character's menu. Obviously, only allow it to activate in the Field.

KagomJack
2004-04-03, 11:45 AM
Put simply, you don't. Can't add menu commands to the default menu screen (though you CAN take away anything..)

I suggest a Skill called "Change Class", with its Type as a switch which activates a common event. Unless, of course, you want to build your own CMS...

Set that Skill as #0001 on the Skills screen, so it always appears first in every character's menu. Obviously, only allow it to activate in the Field.
actually, if you can help me make a custom menu, that'd be even more kick-ass! :)

Tyrannicide
2004-04-09, 07:09 PM
*resummons bluecube*

I attempted at making a CMS, they are really hard. You need way to many event commands.

BlueCube
2004-04-10, 10:26 AM
*resummons bluecube*

I attempted at making a CMS, they are really hard. You need way to many event commands.

Agreed. Unfortunately, if you want to use the standard "Status" and "Equip" screens (and basically everything else) you HAVE to use the standard character screen. It's usually common practice to have a custom menu like this:

---------------------------
Character Menu
Custom Stuff #1
Custom Stuff #2
Cancel
---------------------------

And just use the built in menu for basic functions, adding your own on the outside. I know you can emulate the "Equip" function (you'd have to check whether you have item x equipped or in your possession, and show them that way) , the Items function (same principle as Equip), the Status screen (You'd have to show it through messages using variables, or using pictures for values with absolute position), the Save screen (you can actually call it from anywhere, no menu needed), and the Skill screen (checking whether a skill is THERE, and displaying it if true).

But that's a LOT of work, and it's really not worth it to spend weeks coding an "Equip" function instead of using the included one..


====

As to KagomJack's request, we did in fact go through the long process through AIM to build a Class "menu" that's activated through the Shift key..