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.
Menu Music Set-up

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 84
I don't know if this was posted yet, but if you want to change the BGM when entering the menu, all you have to do is:

1) Go to Script Editor and click on "Scene_Menu" (should be located underneath Scenes)
2) Right underneath line 40, type in
Code: [Select]
    Audio.bgm_play("Audio/BGM/<insert name of song>", 100, 100)

And there you go. Simple as that.

Screenshot included. Take a look.

**
Rep:
Level 84
~Chase Leader~
Cool yet simple, I can see how this would be useful.
I am new to scripting and just switched form RM2k to VX...
Its nice to actually build it into the script so you don't have to create a command for it.