Well what's the music? Cause it better be good.
Hey guys.
I'll be able to release the map tonight or sooner, though 1 thing needs to be fixed before all of that.
The music toggle script doesn't seem to be working.
l28 made the button for it, and it shows up fine in-game. Though, if you press it, it doesn't work or do anything. The music starts at startup becuase it's the backround music.
Here is the script. (Made by gamma)
Reply if you have a fix or know how to fix it.
Code:(global boolean ishOn false) (global boolean isOn false) (script dormant music_toggle (if (= ishOn false) (begin (set isOn true) (set ishOn true) ) (begin (set isOn false) (set ishOn false) ) ) ) (script continuous go (if (= isOn true) (begin (sound_looping_start "levels\luck\music\mech8gardens" none 1) ) (begin (sound_looping_stop "levels\luck\music\mech8gardens") ) ) )
if anything, id fuck the music toggle, not the script. if you want it off so damn badly, turn off music in your settings. It won't disable other backround music in other maps, just sound tags with the music properties. if gamma doesn't get online in the next 15 or 25 minutes, im just going to fuck the music toggle stuff, and head on with fixing the few last things and preparing for the release.
E:
guess it looks like im fucking the script, gamma doesn't know.
Last edited by Higuy; September 3rd, 2009 at 07:03 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks