Gaming@NINA

Ending IGN's monopoly, one play at a time

Forums · Menu Party Script

rokusho1345

0 +0

Jul 2 '05

Hey, I added all of the switch party script and I know how to activate it using an event. Does anyone have a script that will allow me to make the switch party screen accessable from the menu? Thanks in advance.
Rating: 0

-tails07-!imx

0 +0

Jul 3 '05

Im sure you have to change something in the Window_MenuStatus script. Sorry i a bit  busy at the moment maybe when I time i'll edit it for you.

EDIT: Nah it's the Scene_Menu script at about line 17 you will have to add a new line saying:
[code]s8 = "Switch Party"[/code]
Then update line 18 like this:
[code]    @command_window = Window_Command.new(160, [s1, s2, s3, s4, s5, s6, s7, s8])[/code]
Rating: 0

rokusho1345

0 +0

Jul 4 '05

Thanks for the help. :)
Rating: 0

flarestar

0 +0

Jul 4 '05

Please not that what Tails07 put can be use dto put anything in the menu where it says

s(and what ever number in the menu your up to)= (the command)

@command_window = Window_Command.new(160, [s1, s2, s3, s4, s5, s6, s7, s8])
                                                                                                                                ^add aditional number according to the menu number your up to!


okay!
Rating: 0

rokusho1345

0 +0

Jul 6 '05

Hey, sorry for bothering you guys so much, but I got the menu looking fine but after I get the five members and I go to click on switch memebers it does nothing. I think I have to make a specific menu for the switch party but I dont even know where to start. Can anyone help? thanks in advanced.
Rating: 0

flarestar

0 +0

Jul 7 '05

Did you add the switch party member script first?
Rating: 0

rokusho1345

0 +0

Jul 7 '05

Ya I added that but I noticed all the other menu options had a sepertae Menu_Item and such and the party switch script didn't have a Mune_SwitchParty and I was wondering if there was a script that I needed. Thanks.
Rating: 0