DeHackEd / BEX Reference/Eternity Extension: SOUNDS Block

From Eternity Wiki
Revision as of 14:42, 3 March 2012 by Printz (talk | contribs) (Created page with "The SOUNDS block can change the name of any sound. {{backto|DeHackEd / BEX Reference}} ==Syntax== [SOUNDS] <mnemonic> = <string> The <mnemonic> to use is the EDF sound mnem...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The SOUNDS block can change the name of any sound.

Back to DeHackEd / BEX Reference

Syntax[edit]

  [SOUNDS]
  <mnemonic> = <string>

The <mnemonic> to use is the EDF sound mnemonic defined for the sound you wish to replace. The string to provide is the new lump name for that sound. If you want to rename the sound that's normally named PISTOL, you use the mnemonic PISTOL. Changing the sound lump names will not change their corresponding mnemonics. <string> must be from 1 to 8 characters long, or the substitution will not occur.