Initial upload
Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
This commit is contained in:
29
_module/nss/ew_smaledies.nss
Normal file
29
_module/nss/ew_smaledies.nss
Normal file
@@ -0,0 +1,29 @@
|
||||
void main()
|
||||
{
|
||||
object oDM = GetLastSpeaker();
|
||||
|
||||
switch (Random(7))
|
||||
{
|
||||
case 0: AssignCommand ( oDM, PlaySound("as_pl_shriekm3"));
|
||||
break;
|
||||
|
||||
case 1: AssignCommand ( oDM, PlaySound("as_pl_screamm5"));
|
||||
break;
|
||||
|
||||
case 2: AssignCommand ( oDM, PlaySound("as_pl_screamm4"));
|
||||
break;
|
||||
|
||||
case 3: AssignCommand ( oDM, PlaySound("as_pl_screamm3"));
|
||||
break;
|
||||
|
||||
case 4: AssignCommand ( oDM, PlaySound("as_pl_screamm2"));
|
||||
break;
|
||||
|
||||
case 5: AssignCommand( oDM, PlaySound("as_pl_screamm1"));
|
||||
break;
|
||||
|
||||
case 6: AssignCommand( oDM, PlaySound("as_pl_ailingm4"));
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user