Using MSP Triggers

Posted by Xavaier on Tue 14 May 2002 05:19 PM — 3 posts, 15,922 views.

USA #0
I have made several triggers for mushclient which will enable certain sounds to play when the MSP triggers display.. what I was hoping was that there would be a way to use 1 generic trigger that would take the values from the trigger ie:
*SOUND(action/quaff.wav V=75 L=1 P=50 T=action/ U=http://www.xavaier.com/msp/action/quaff.wav)*

if it would take the action as a variable and quaff.wav as a variable and then play the sound from the trigger like this:

*SOUND(*/* V=75 L=1 P=50 T=*/ U=http://www.xavaier.com/msp/*/*

That would be a great generic trigger if I could get to capture the values and play the sound c:\msp\%2\%3

Any thoughts as in how to make this work!?
Australia Forum Administrator #1
Have you read this post? Doing MSP (MUD Sound Protocol) with MUSHclient. That describes using one trigger to play any number of sounds from MSP.
USA #2
Thanks so much Nick :) sorry I overlooked the obvious.