The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Æliath on August 28, 2011, 01:41:54 PM

Title: [RMVX] Obtain array name class
Post by: Æliath on August 28, 2011, 01:41:54 PM
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