Well, i Use the SDK, and i want to Customize my menu.
I don't know how i can add elements to the menu without edit the big file of the sdk.
for example, i made a window called: WINDOW_MEPHISTO
well, in the not SDK scripts i only agree the @windowmephisto...blahblah and all these. for example:
To agree a extra window to the Scene_Menu i only agree something like this:
And agree to the update and Dispose Method.
but with the sdk which is the manner to edit the Scene_Menu and edit all the windows?. is there a Template or something?.
Thanks for read.
I don't know how i can add elements to the menu without edit the big file of the sdk.
for example, i made a window called: WINDOW_MEPHISTO
well, in the not SDK scripts i only agree the @windowmephisto...blahblah and all these. for example:
To agree a extra window to the Scene_Menu i only agree something like this:
Code:
@gold_window = Window_Gold.new
@gold_window.x = 0
@gold_window.y = 416
And agree to the update and Dispose Method.
but with the sdk which is the manner to edit the Scene_Menu and edit all the windows?. is there a Template or something?.
Thanks for read.