- Joined
- Jan 12, 2011
- Messages
- 1,523
ok what i want to do is make a playlist such like the one that has dota but instead of using the gui thingy to use directly the imported music.
use the path of the music inside the mpq. cuse i'm making a mod and the music doesn't appear inside the editor i got to use the path.
the playlist should like like
player tipes in -playlist
message appears:
songs:
starcraft 2 terran 01
starcraft 2 terran 02
starcraft 2 terran 03
starcraft 2 terran 04
starcraft 2 terran 05
then
player types
-play starcraft 2 terran 01
and he gets the song to continue playing without stoping
i need this but with path
like this with path to play single song one time but instead of this to do everything up there.)
Custom script: call PlayMusic ("Sound\\Music\\mp3Music\\Rise Against - Help Is On The Way.mp3")
use the path of the music inside the mpq. cuse i'm making a mod and the music doesn't appear inside the editor i got to use the path.
the playlist should like like
player tipes in -playlist
message appears:
songs:
starcraft 2 terran 01
starcraft 2 terran 02
starcraft 2 terran 03
starcraft 2 terran 04
starcraft 2 terran 05
then
player types
-play starcraft 2 terran 01
and he gets the song to continue playing without stoping
i need this but with path
like this with path to play single song one time but instead of this to do everything up there.)
Custom script: call PlayMusic ("Sound\\Music\\mp3Music\\Rise Against - Help Is On The Way.mp3")