Initial upload
Initial upload.
This commit is contained in:
30
_module/nss/ew_thunder.nss
Normal file
30
_module/nss/ew_thunder.nss
Normal file
@@ -0,0 +1,30 @@
|
||||
void main()
|
||||
{
|
||||
object oDM = GetLastSpeaker();
|
||||
|
||||
switch (Random(7))
|
||||
{
|
||||
case 0: AssignCommand ( oDM, PlaySound("as_wt_thundercl1"));
|
||||
break;
|
||||
|
||||
case 1: AssignCommand ( oDM, PlaySound("as_wt_thundercl2"));
|
||||
break;
|
||||
|
||||
case 2: AssignCommand ( oDM, PlaySound("as_wt_thundercl3"));
|
||||
break;
|
||||
|
||||
case 3: AssignCommand ( oDM, PlaySound("as_wt_thundercl4"));
|
||||
break;
|
||||
|
||||
case 4: AssignCommand ( oDM, PlaySound("as_wt_thunderds1"));
|
||||
break;
|
||||
|
||||
case 5: AssignCommand( oDM, PlaySound("as_wt_thunderds2"));
|
||||
break;
|
||||
|
||||
case 6: AssignCommand( oDM, PlaySound("as_wt_thunderds3"));
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user