I was just scrolling through a map I was cheating when I saw a command that I didn't recognize. It wasn't in the command list, and I would search for it but Google is challenged by the forum, and the search pulls up every single post with "cool" in it, which is a way over-used word. It looked something like this:
Code: Select all
elseif SubString(s2s,0,6)=="-music"then
call SetSoundDuration(Music,47334)
call SetSoundChannel(Music,0)
call SetSoundVolume(Music,127)
call SetSoundPitch(Music,1.)
call PlaySoundBJ(Music)
At the top of the function, Music was defined as thsi:
Code: Select all
local sound Music=CreateSound("cool.mp3",false,false,false,10,10,"DefaultEAXON")
It says there's a file called cool.mp3 that is played when you use the -music command. Can someone upload this file? I'd love to be able to use this command!