Main Menu
  • Welcome to The RPG Maker Resource Kit.

[RMVX] Obtain array name class

Started by Æliath, August 28, 2011, 01:41:54 PM

0 Members and 1 Guest are viewing this topic.

Æliath

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:
    command = []
    for ??? in ???
    comman.push(???)
    end
    @command_window = Window_Command.new(300, command, ... ... etc

(obviously not in the script I put '???' xD)

Thanks for any replies :zwink:

EDIT:
I also wrong section ;D