Jump to content
UBot Underground

Is There A Way That The Alert Command Makes A Sound ?


Recommended Posts

I think ayman has a Dialog plugin where you could select the song,maybe you can write a function to choose files,not too familiar with dialogues,here a quick dirty script however

 

for sms download auto remote for android,I think there is an IOS version too

 

ui open file("open file",#song)
define Choose Song {
    set(#BatchFile,"start wmplayer \"{#song}\"","Global")
    set(#musicDirectory,"{$find regular expression(#song,"^.+\\\\")}loadSong.bat","Global")
    save to file(#musicDirectory,#BatchFile)
}
define Alert with Sound {
    shell(#musicDirectory)
}
Choose Song()
Alert with Sound()

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...