I was just wondering if its possible to permanently disable the save icon...thingy...from menu :D
Yes you can permanently disable the save option by the event command on the third page of event commands called Change Save Access.
I think he wants the menu actually removed from the menu, so you can't see the word "Save"
I think to do that, you have to play around with the standard scripts.
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])