Jump to content

Sound On Activation Script Help


ajs52698

Recommended Posts

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 == 1
Soundr.PlayAndWait(Game.getplayer())
elseif Count == 2
Sound.PlayAndWait(Game.Getplayer())
Endif
EndFunction
The Game.getplayer is just for testing
Edited by ajs52698
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...