Jynx104 Posted November 24, 2013 Share Posted November 24, 2013 So I want to make a cubic activator that plays sound when you walk in it, how would I go about doing this? Link to comment Share on other sites More sharing options...
jazzisparis Posted November 24, 2013 Share Posted November 24, 2013 You attach a script to the activator: scn PlaySoundOnTriggerScript begin OnTriggerEnter PlaySound3D [The sound's EditorID] end Link to comment Share on other sites More sharing options...
Jynx104 Posted November 24, 2013 Author Share Posted November 24, 2013 (edited) You attach a script to the activator: scn PlaySoundOnTriggerScript begin OnTriggerEnter PlaySound3D [The sound's EditorID] end Thank you! I knew it had to be something like that but I just couldn't get it.Also, how would I make it so it only plays once? I'm pretty new when it comes to scripting.. Edited November 24, 2013 by Jynx104 Link to comment Share on other sites More sharing options...
Recommended Posts