Script by:
RJD or Robert-Jan Drenth

Description:
With this script you can play music in your game without slowing down the engine.
Just replace the sound-file with yourse. But remember: if your sound file is too 
big (in size) try to split it up in a program. Otherwise the egine will be slower
then when you play the music in a normal way.

License:
free in ANY project. But credits will be appreciated.

If you use this code, please mail to: i_am_r_j@hotmail.com
To tell that you are using the code. I just like to know
how many people are using this code. 

***updated***
my.x,y,z = player.x,y,z has been changed to 
my. x,y,z = camera.x,y,z. Now it works correctly 
in 3rd person games.
ent_playloop has been put before the while-loop. Because of this
the music will only be played once, not 16 times a second ^^.
(I hadn't boticed it before untill someone pointed it out to me)
Credits for these corrections go to 'dr. Cheese'.