Bigbadke12 Gaming Forums
Please sign-in for the full benefits of these forums.
It's completely free, and extremely easy.
Bigbadke12 Gaming Forums
Please sign-in for the full benefits of these forums.
It's completely free, and extremely easy.
Bigbadke12 Gaming Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomePortalGallerySearchLatest imagesDonateAdding custom menu options DownloadsRegisterLog in
Flag Counter

Share
 

 Adding custom menu options

View previous topic View next topic Go down 
AuthorMessage
bigbadke12
Admin


Posts : 25
Points : 72
Join date : 2013-05-23

Adding custom menu options Empty
PostSubject: Adding custom menu options   Adding custom menu options EmptyFri Aug 09, 2013 11:48 pm

First off this is for in-game options, and also this is for the basic menu.

/------Starting off------\
1) Open the script editor.
2) Go to Scene_Menu.
3) Go down until you see lines 54-60.
Adding custom menu options 1olwg7
4) make a new line after line 59 and add s7 = "Custom" <-- you can change it.
Also add s7 to the current line 60.
Adding custom menu options 2jczm01

/------Making it work------\
1) Go to line 90-97
Adding custom menu options 15noe1x
2) Add a line after line 97 and put
when 6
$scene = Scene_ And put what ever you want to open when you use the new option.
an example would be
when 6 # Achievements
$scene = Achievements.new
Adding custom menu options 2la7io8

If you did everything correctly it should look like this:
Adding custom menu options 2nlqsme

Adding custom menu options 88x31

Adding custom menu options Paypal_donate
Back to top Go down
https://bigbadke12gaming.board-directory.net
Subject: Re:

Adding custom menu options

Unavailable

Contact bigbadke12 gaming to advertise here!
Forum Bot





Rank: Advertising poster

Join Date: 08/12/2013
Back to top Go down
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Bigbadke12 Gaming Forums :: Development :: Development talk-