How can I ensure that mushclient always gets its sounds from one directory, i. e. worlds\gw2 from the mushclient main directory? I want to send my world file to someone else, and even for my own use, I want to use something like:
Sound("swings/8.wav")
but without specifying a path name. Running os.execute("cmd") shows that my working directory goes from documents and settings upon world open, to the mushclient plugins directory, etc. Any way to keep it in the mushclient.exe program directory?
Sound("swings/8.wav")
but without specifying a path name. Running os.execute("cmd") shows that my working directory goes from documents and settings upon world open, to the mushclient plugins directory, etc. Any way to keep it in the mushclient.exe program directory?