Hey, I'm currently using this script to play a specific music file in a cell. However, I'd like this music to stop playing after the main quest has been completed.
Any help on how to write this script?
Begin MyMusicfloat timerIf ( CellChanged == 1 )Set Timer to 0ReturnEndifif ( timer <= 0 )StreamMusic "Special/My_Music.mp3"set timer to 85 Endifset timer to timer - GetSecondsPassedEnd