@command_window2 = Window_Command.new(160,['Save','Load','Exit'])
@command_window2.x = your x position
@command_window2.y = your y position
@command_window2.visible = false
@comand_window2.active = false
make_command_window_2
if Input.trigger?(Input::C)
case @command_window.index
when x
do stuff
when y
do more stuff
when z
do other stuff
when index
@command_window2.active = true
@command_window2.visible = true
@command_window.active = false
@command_window.index = -1
etheon":sebck3zj said:Remember guys and gals, lads and lasses, this is the support forum; we help out, but we don't script for you. Well, anyway, we're not supposed to.
If you're requesting help to get you started, I'll do so; if it's a script request (i.e.: you want someone else to do it), then this needs to be posted in the Script Request forum.
ikos":2uvy1542 said:etheon":2uvy1542 said:Remember guys and gals, lads and lasses, this is the support forum; we help out, but we don't script for you. Well, anyway, we're not supposed to.
If you're requesting help to get you started, I'll do so; if it's a script request (i.e.: you want someone else to do it), then this needs to be posted in the Script Request forum.
Oh, sorry, mate.
I just figured since I wasn't asking for the exact script but more like how I'd get started; it would go here.