i did wanna remove it from menu but thats to much assing around and im not that smart with scripts lol
and thanks MA
Edit:
I found out how to disable it...it was very easy to lol all i had to do was change something in scene menu
s1 = Vocab::item
s2 = Vocab::skill
s3 = Vocab::equip
s4 = Vocab::status
s5 = Vocab::game_end
@command_window = Window_Command.new(160, [s1, s2, s3, s4, s5])