Initial upload
Initial upload.
This commit is contained in:
16
_module/nss/ew_ssppokymoan.nss
Normal file
16
_module/nss/ew_ssppokymoan.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
void main()
|
||||
{
|
||||
object oDM = GetLastSpeaker();
|
||||
|
||||
switch (Random(2))
|
||||
{
|
||||
case 0: AssignCommand ( oDM, PlaySound("c_wraith_bat1"));
|
||||
break;
|
||||
|
||||
case 1: AssignCommand ( oDM, PlaySound("as_pl_zombiem3"));
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user