It looks like PlaySound() doesn't kick off if MUSHclient isn't currently in Focus (as in, if I have mushclient running in the background while I surf the net, I won't hear sounds from the PlaySound() function)
Is there a way around this, or is this intended?
I saw that it had options for looping and volume and speaker direction, but I didn't see anything about it not playing at all when not in focus.
The workaround I found seems to be that you have it fire off a trigger that has the Sound play inside of it when it fires (not through PlaySound() but through MUSHclient itself).
Is there a way around this, or is this intended?
I saw that it had options for looping and volume and speaker direction, but I didn't see anything about it not playing at all when not in focus.
The workaround I found seems to be that you have it fire off a trigger that has the Sound play inside of it when it fires (not through PlaySound() but through MUSHclient itself).