ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
Control
| Flag: | Control |
| File(s): | sound(md).ini |
| Values: | Values that don't conform to any typical format (see article) |
| Applicable to: | VocTypes |
This flag describes the special properties affecting the playback of this sound.
Special values
All of these are case-insensitive..
| Control value | Effect |
|---|---|
| ALL | All sounds listed in the Template:TTL tag are played in order. |
| LOOP | If RANDOM is not specified, will loop the first sound in Template:TTL indefinitely, or until the number specified in Template:TTL is reached. |
| RANDOM | Will play a sound chosen at random from Template:TTL. Only useful if you have more than one sound in Template:TTL. |
| PREDELAY | Only has an effect if the Template:TTL tag has been set. Picks a value between the minimum and maximum delays (defined in milliseconds), and waits for that amount of time before playing the sound). |
| INTERRUPT | Controls whether this sound can interrupt other currently playing sounds. |
| ATTACK | special logic, inverts the (booleanized) value of Template:TTL of this sound |
| DECAY | special logic, inverts the (booleanized) value of Template:TTL of this sound |
| AMBIENT | The sound is treated as an ambient background sound, so is not affected by INTERRUPT. |