A sound will be played when the player enters the sector. The sound will only be played once.
Tag the sector [0,10000+SoundNumber]
. When the player enters that sector, the specified sound will play (one time only). So if I wanted to play sound number 144, I would give the sector a Lo-Tag of 10144 (because 10000+144 = 10144). Pretty simple isn't it?