|
Xolademoness Wanderer
Joined: 18 Jun 2004 Posts: 73 Location: United Kingdom
|
|
_________________ mhm.. |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Wed Sep 05, 2007 12:52 pm |
You could probably do this using room scripts and the OnRoomEnter event. It really depends on whether or not room scripts are run before or after OnRoomEnter. You may need to experiment. Perhaps something like this:
#event OnRoomEnter {#untrig PlayAlarm}
Room Script: #alarm PlayAlarm *30 {#play someroom.wav}
Where someroom.wav is 30 seconds long. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Sep 06, 2007 5:05 pm |
Or play a MUD that has MSP (MUD Sound Protocol) support.
Also, keep in mind that in CMUD, you can also play MP3 files using the #PLAY command (something you couldn't do in zMUD). |
|
|
|
|
|