swordmaster2k/rpgwizard

Make it possible to restart Board music after exiting a program

swordmaster2k opened this issue · 0 comments

As per Grindalf's suggestions:

some way to restart the board music would be nice. Im sure I can work my way around it in other ways.
but for instance, at the moment when entering the tree chopping/fishing minigame I do stopSound() to stop the board music then playSound to start the minigame music.
when the minigame is finished I use stopSound() again and endprogram;return to get back to the board but of course the music does not play.
Im sure there would be easy enough workarounds for that(a set of if else statements checking the board to see what music to play?)
but a restartBoardmusic() would be useful