Ae sfx a3: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
New page: <center><font size="7"><b><u>A3 Echo Effect</u></b></font></center> <i>This causes any sound within the sector to have an echo effect.</i> <hr> Place an <font color="green"><code>M[Hear...
 
One (talk | contribs)
No edit summary
 
Line 6: Line 6:
<hr>
<hr>
Place an <font color="green"><code>M[HearingDistance,1000+EchoAmount]</code></font> in any sector which <b>does not</b> have a Lo-Tag (although there are some exceptions). For HearingDistance, a value of 1024 is equal to the largest grid square in Build. For EchoAmount, you can use any value between 0-255 (0 being the least amount of echo).
Place an <font color="green"><code>M[HearingDistance,1000+EchoAmount]</code></font> in any sector which <b>does not</b> have a Lo-Tag (although there are some exceptions). For HearingDistance, a value of 1024 is equal to the largest grid square in Build. For EchoAmount, you can use any value between 0-255 (0 being the least amount of echo).
[[Category:Pages to be deleted]]

Latest revision as of 05:08, 3 May 2009

A3 Echo Effect


This causes any sound within the sector to have an echo effect.


Place an M[HearingDistance,1000+EchoAmount] in any sector which does not have a Lo-Tag (although there are some exceptions). For HearingDistance, a value of 1024 is equal to the largest grid square in Build. For EchoAmount, you can use any value between 0-255 (0 being the least amount of echo).