RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
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