#Day/Night music

4 messages · Page 1 of 1 (latest)

twin edge
#

So, I’ve made a music system for different areas in my game but I want to experiment making these areas change to a different song at night (in game.) So far, it was going well, I think I may know how to go along with it but whenever I try, it plays the one song over EVERY area, not the specific one. Is there a way to make different night time songs for different night time areas and then change for the day? Each area has its own unique song. Some don’t change, and some are supposed to. (If a better explanation is needed, I can provide one)

coral magnet
#

cant you just do a ton of if commands? if character is in x area then if daytime.Value == night then or something like that

twin edge