Then the commands array is not empty. Can you PM me your Scripts.rxdata? It would be much more easier for me to find what's wrong with that.BellGoRiiing;327382":m4w2rjuj said:EDIT: Never mind, found it...It names the file Commands Manager Output and it just lists the commands that are supposed to be in the menu.
look forBellGoRiiing;327382":m4w2rjuj said:EDIT 2: Last thing, how do you disable the command "Party" until you get more than 4 characters?
Code:
@command_window.add_command("Party")
Code:
@command_window.add_command("Party") if $game_party.members.size >= 4