| 07-24-2004, 04:29 PM | #1 | |
Hi, I'm using a hint system in my map that can be disabled by players. Therefore, every 90 seconds, a Trigger will do an action like: Quote:
Now, my problem is as follows: I want to add a sound effect to the hint, to be played whenever the hint is displayed. Only those players which actually get the hint display should hear the sound. If I use the "Sound - Play Sound" trigger however, all players will hear the sound. Is there any way to play a sound for a specific player only? Regards, Martin |
| 07-24-2004, 05:49 PM | #2 |
I am pretty sure that there is no way to play a sound for a specific player. EDIT:An alternative should be making a quest message for your text, quest messages automatically play sounds and can be played to specific players. ![]() |
| 07-24-2004, 08:07 PM | #3 |
Thanks, that was exactly what I was looking for. Regards, Martin |
| 07-25-2004, 01:11 PM | #4 |
You can play sounds to specific players by using an if with local player. |
