Fixed the sound issue. Now it's just:
EDIT: Wow, I'm an idiot.
Alright, that got it working, but now for some reason, the sound isn't playing at all. Gonna see if I can get that working now. Will post again here if I can't figure it out.
EDIT2:
Alright, I tried a few things I found on Google, and nothing worked. Every time I tried "SetSoundAtEntity", I got an error. Here's what I have right now:
PlaySoundAtEntity("", "react_breath.snt", "bed_nice_2", 1, false);
Nothing plays. What do?
EDIT3: Just remembered that the SetSoundAtEntity originally had "SetSoundAtEntity("". "reacht_breath.snt", "Player", 0, false);
Going to try out:
PlaySoundAtEntity("", "react_breath.snt", "Player", 0, false);
Alright, that worked. Awesome. However, it's REALLY quiet. Is there a way to make it a little louder?