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.
Remove Main Menu commands

0 Members and 1 Guest are viewing this topic.

*****
Rep:
Level 89
I'm back again. Again.
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

**
Rep:
Level 88
Event: Disallow Saving

That might help although, I don't know.
Kinsei kazoku no mottoo .

Seigi no mae no haamonii
heiwa no mae no barannsu
saigo no ha no mae no junjo ha kudaru

Translation:

Kinsei Family Motto

Harmony before Justice,
Balance before Peace,
Order before the last leaf falls

*****
Rep:
Level 89
I'm back again. Again.
I know, that, yeah. I want to know how to remove it from the menu.

*****
MANMACHINE
Rep:
Level 91
God of Dicks
This would require editing the game's scripts.

**
Rep:
Level 88
Rpg Maker XP:

Scene_Menu:
Code: [Select]
    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.

*****
Rep:
Level 89
I'm back again. Again.
^^Thanks for that advice. But I found out anyway, so I'll lock the topic.