(07-21-2012, 07:23 PM)Harthex Wrote: void OnStart() { AddEntityCollideCallback("Player", "Name of script area", "SoundTrigger", true, 1); } void SoundTrigger(string &in asParent, string &in asChild, int alState) { PlayGuiSound("player_cough.snt", 0.7f); }