RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Menu Music Set-up

Started by SpriteKing, January 30, 2009, 03:55:04 AM

0 Members and 1 Guest are viewing this topic.

SpriteKing

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
    Audio.bgm_play("Audio/BGM/<insert name of song>", 100, 100)


And there you go. Simple as that.

Screenshot included. Take a look.

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.