ajs52698 Posted August 6, 2016 Share Posted August 6, 2016 (edited) Im attempting to write a script where the player initiates a selection on a object and then a audio clip plays but the audio will not play. The audio I am able to hear in the ck so I dont think its a issue with the file. Heres part of the script Function RadioMessage() Int Count Count = Count + 1 If Count == 1Soundr.PlayAndWait(Game.getplayer()) elseif Count == 2 Sound.PlayAndWait(Game.Getplayer()) EndifEndFunction The Game.getplayer is just for testing Edited August 6, 2016 by ajs52698 Link to comment Share on other sites More sharing options...
Recommended Posts