var/sound/S = sound('G13.wav')
//Changed later, and the next bit is cut off..
S.x = M.x
S.y = M.y
S.z = 1
view(M) << S
Problem description: The sound trails away the further the Player is from possibly (1,1,1), even though the Player is the actual maker of the sound.