Natalie wrote:Is this what you want to do?Code: Select all
if renpy.music.get_playing(channel="music") == "music_name": # Replace "music_name" with whatever you want to check # Do whatever here if "music_name" is playing on "music" channel
This! Thank you