I need a way to get the array of class names to be used later as a command ...
The code used by me would be this:
(obviously not in the script I put '???' xD)
Thanks for any replies :biggrin:
The code used by me would be this:
Code:
command = []
for ??? in ???
comman.push(???)
end
@command_window = Window_Command.new(300, command, ... ... etc
Thanks for any replies :biggrin: