Re: Flagpole (WIP)
Posted: Tue Sep 07, 2021 10:49 pm
Hey, so there's a slight problem. If you grab the flagpole in any section other than section 0, then the level music doesn't stop. I figured out a simple way to fix it. All you have to do is go to line 156, which should say this:
Then you just need to replace it with this:
I hope this helps at least someone!
Code: Select all
Audio.MusicChange(0, 0, -1)
Code: Select all
Audio.SeizeStream(-1)
Audio.MusicStop()