Yes.
Mine GO BOOM - Mon Mar 13, 2006 1:39 am
Post subject:
With your manual test, does it play the sound twice? Did anyone else confirm it?
If you are detected as being a mod in a zone, Continuum will play the mod sounds locally, unlike VIE. Thus, you can do *unduneu %5 and it will play locally.
Mr Ekted - Mon Mar 13, 2006 2:13 am
Post subject:
Good point. I'll make that test.
Smong - Mon Mar 13, 2006 6:42 am
Post subject:
I think %# always plays locally. It's up to the server to strip the sound from the message before forwarding it (you never get sent your own messages).
This touches on a potential bug if/when asss supports sounds in commands. The player sending the command may hear the sound twice unless asss cunningly sends a slightly different arena message to the originator.
Grelminar - Tue Mar 14, 2006 2:55 am
Post subject:
"?aa %1" definitely should not work. I explained this to Ek in-game, but for the forum: sounds aren't passed through commands at all. The options to fix this are either: don't support it and add a new command, change the command callback signature to add a sound parameter (very painful), or do a messy hack to pass the sound value in the command text somehow (either convert it back to %x, or put it at some offset from the start or end of the string). Since so few commands need this, I'm leaning toward the messy hack, if anything.