HOW TO MAKE A CHARACTER GENERATION SCREEN?

Posts

Pages: first prev 12 last
It should be possible to add and remove stat gains based upon current HP in RMVX, it just might require a little fudging around.

I don't know about RM2k/3, though.

Try stuff out and do battle tests to see if it works.
Heh, well, I'm planning on making my own battle system, so I'm assuming I'll have to do it with variables.
Hm, I made the common event trigger to activate when switch "Hit" is on...every time someone hits the main character, I'll flip the switch on. Then it should check the HP value and make sure it isn't less than or equal to half the total...if it is, then the thing should kick in. Of course, when healing happens, I'll have to make a switch for that...hm.
For clarification purposes, which editor are you using? Rm2k/3 or VX?
author=Phaeno link=topic=1285.msg19758#msg19758 date=1213213375
Of course, when healing happens, I'll have to make a switch for that...hm.

yes you would and you will have to make a seperate switch for every one if you have multiple healing spells.
Is there a command to make a variable appear in a message box? Like, if I wanted to display "You have hours left today"?
Yep, that worked perfect. New problem though...is there a way to make a custom pause screen?
My suggestion would be to create a new map, call it pause screen. Then have it so that when you click the "Enter" or "Shift" key it teleports you to this map. If you don't know how to do this:

Go to "Key input process" and choose what key you want the pause button to be. Add a variable into the "Store key code section up the top". Now with that done go to the database and create a new common event.

<>Key input process: (add variable)
<>branch if variable is 6
<>memorise location
<>Hide Screen: Fade out
<>teleport: (to the pause map)
<>Tint Screen: R100 G100 B100 S100

From there you can add a picture if you want that says "Paused" or "Game Paused" to show up on the map.

Hope that helps. I'm not that good at explaining things so just ask if your confused.
Pages: first prev 12 last