- Joined
- Feb 23, 2016
- Messages
- 41
- Reaction score
- 3
- First Language
- English
- Primarily Uses
Hi and thanks in advance for reading. I have been trying to make a simple menu in RPG Maker MV for almost a month (on and off) now and no matter what I do I cant seem to get anything that works. I have watched long video tutorials (1hr+) and ended with code that does nothing, I have read through long threads and tutorials and end up with something that doesn't meet my needs. Essentially what I'm trying to do is create a menu that displays text and is scrollable. I have 5+ years of experience writing JavaScript (not for RPG maker games) and somehow I still cant figure this out haha. I prefer to use a script call. The script will take in an array I use to store information about the player and then print the information. I have watched tutorials on creating a window but nothing works for me. This thread got me the closest:
forums.rpgmakerweb.com
but the problems I am still having are:
1) Window not scrollable
2) Cant figure out how to close the window
and most importantly
3) The window does not pause the game, my character is still moving in the background
That being said this is the only thing I have tried that actually drew a window to the screen, so for that I am thankful.
I have no issue using a plugin for this assuming it will accommodate me using data from my array in order to populate the window. I have tried a few plugins but I cant figure out how to populate the window buy using data from my array.
Can anyone point me to information on how to just make a simple text menu in RPG maker MV that will pause my game like the main menu does and scroll through a long chunk of text featuring things like:
Player Name: <info from first index of my array>
Player Height: <Info from second index of my array>
Etc. etc.
the text does not need to be selectable. Its all just to be read, so I would prefer a simple window scroll.
Thank you so much for any assistance offered!
EDIT: I just realized I may have posted this in the wrong section of the forum. I apologize if so, feel free to move.
Creating Custom Windows In Events Using Script Calls
Hi, my name is Zekarius, and I have been using RPGMaker since VXAce. I was starting to get really proficient with ruby and then, just recently, I acquired MV to see if the more powerful graphics engine and whatnot was worth making games in. I have decided I would like to make games in MV but the...

but the problems I am still having are:
1) Window not scrollable
2) Cant figure out how to close the window
and most importantly
3) The window does not pause the game, my character is still moving in the background
That being said this is the only thing I have tried that actually drew a window to the screen, so for that I am thankful.
I have no issue using a plugin for this assuming it will accommodate me using data from my array in order to populate the window. I have tried a few plugins but I cant figure out how to populate the window buy using data from my array.
Can anyone point me to information on how to just make a simple text menu in RPG maker MV that will pause my game like the main menu does and scroll through a long chunk of text featuring things like:
Player Name: <info from first index of my array>
Player Height: <Info from second index of my array>
Etc. etc.
the text does not need to be selectable. Its all just to be read, so I would prefer a simple window scroll.
Thank you so much for any assistance offered!
EDIT: I just realized I may have posted this in the wrong section of the forum. I apologize if so, feel free to move.
Last edited: