 |
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Tue Apr 13, 2004 11:18 pm
#PLAY |
I have a trigger set up to play a sound that goes Uh Oh! when I see certain people. I know the trigger works, because its also set to be red, and their name does become red, but the sound doesnt work. I have it set up like this:
#PLAY C:Documents and SettingsUser1DesktopMessage.wav
I use zMUD version 6.40 and Windows XP.
And the sound for other things does work, that was the first thing I tried when it didn't work. |
|
|
 |
nexela Wizard

Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Tue Apr 13, 2004 11:46 pm |
You have spaces so you need to QUOTE QUOTE QUOTE QUOTE QUOTE!!!!!!!! :p or use DOS format names
#PLAY {C:Documents and SettingsUser1DesktopMessage.wav} // for use with Variables
#PLAY "C:Documents and SettingsUser1DesktopMessage.wav" // AS is Literal
#PLAY C:Docume~1User1DesktopMessage.wav *untested* |
|
|
 |
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Wed Apr 14, 2004 12:04 am |
Great! I put { and } around it and it works perfectly! Thanks!
|
|
|
 |
|
|