brainstorm
Member
Okay I was calling Window Command and no error comes up but there's like 3 Window_Commands.... and when the scene is disposed at least one or two just stay there for about 10 seconds...
This is how I call the window:
$data_minigames.minigames.names is a hash...
Can someone please help me? The Command Names I need are in that hash...... But I don't want to call them one by one.
This is how I call the window:
Code:
s = $data_minigames.minigames.names
@windowcommand_window = Window_Command.new(640, s)#[s1,s2,s3]
@windowcommand_window.back_opacity = 160
@windowcommand_window.y = 288
@windowcommand_window.z = 6001
$data_minigames.minigames.names is a hash...
Can someone please help me? The Command Names I need are in that hash...... But I don't want to call them one by one.