• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Day/ Night Music coding

Status
Not open for further replies.

SACooper95

Pokémon Ranger
Contributor
This may be a simple solution, but is it possible to configure a map to play a certain song based on if it's day or night?

Ex: Newbarktowndaytheme.wma
Newbarktownnighttheme.wma

This would be awesome if I could.
 

Splint

Champion
Code:
:if:daytime(1)
:then
@Music:Newbarktowndaytheme
:endif
:if:daytime(3)
:then
@Music:Newbarktownnighttheme
:endif
:end
However u cant have custom music yet u need to replace one of the existing songs and use those
And the script needs to be triggered by a script block so your sort of forced to place them at every exit / entrance of a map.

So while it is possible to have different music at a different time it isn't worth trying at the moment i think not until custom songs can be added and the scripting has more possibilities.
 

SACooper95

Pokémon Ranger
Contributor
Yes, I agree. Trying to put it in there now would be like trying to install new carpet into a building that's still being constructed. Might as well wait for the game to be built first. But thanks.
 
Status
Not open for further replies.
Top