Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Zerlina on January 17, 2006, 04:21:12 AM

Title: Jumping Straight to Menu
Post by: Zerlina on January 17, 2006, 04:21:12 AM
If I want to set an event and have it go straight to the Item menu and nowhere else, how would I go about doing that?
Title:
Post by: MrMister on January 17, 2006, 04:29:42 AM
You would have to make a custom item menu.
They are fun to make!
Title:
Post by: WarxePB on January 17, 2006, 02:16:40 PM
Yeah, there's no option in the default system that allows that (although there is an "Open Save Menu" command)
Title:
Post by: coasterkrazy on January 17, 2006, 05:40:26 PM
Quote
Originally posted by MrMister
They are fun to make!


XD You seriously had me literally laughing with that one.

But yeah, he's right. If this was possible I would've used it in my CMS to bring up the items screen. Sadly, it's not that simple. The hardest thing to do is assign variable values to individual digits. DragonBlaze helped me with that. I am can PM you the code if you want.
Title:
Post by: Zerlina on January 17, 2006, 09:15:22 PM
Could you? I'm making a CMS and hoped to find a shortcut, oh well. The alternative I thought would be to have two seperate menus, but that seems very awkward.