ES_PRC8/_module/nss/ew_ssplash.nss

7 lines
98 B
Plaintext
Raw Normal View History

2023-11-14 12:09:02 -05:00
void main()
{
object oDM = GetLastSpeaker();
AssignCommand ( oDM, PlaySound("as_na_splash1"));
}