Well, the goal is to have a item that plays music at its position, when the player has the item in his inventory it will play the music on the position of the player, so far so good all of that is already implemented.
Now to the advanced stuff, I want to let the player specify a group of music (a playlist) and bind it to certain things in the game.
This bindings being:
- Day
- Night
- Cave
- Combat
- etc.
Day & night was easy and is already implemented.