RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[RMVX] Obtain array name class

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 81
localhost
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:
Code: [Select]
    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
« Last Edit: August 28, 2011, 06:15:14 PM by Æliath »