Reply to Re: Killing a Sound
If you don't have an account, just leave the password field blank.
int &sound = playsound(#playsound stuff here);
sound_set_survive(&sound);
//Much, much later...
kill_all_sounds();
sound_set_survive(&sound);
//Much, much later...
kill_all_sounds();