I wondered how do you remove commands from the main menu, like save. I don't need to know how to add them, but it would be helpful.
-nevfx
Event: Disallow Saving
That might help although, I don't know.
I know, that, yeah. I want to know how to remove it from the menu.
This would require editing the game's scripts.
Rpg Maker XP:
Scene_Menu:
s1 = $data_system.words.item
s2 = $data_system.words.skill
s3 = $data_system.words.equip
s4 = "Status"
s5 = "Save"
s6 = "End Game"
If you simply want to rename a command, choose the command and change the name. If you want to add a new command you have to add a new command slot and the code of what happens when the command is selected.
^^Thanks for that advice. But I found out anyway, so I'll lock the topic.