You appear to have pasted your `PlayRandom` function inside your `Update` function. Move this function to the end of the script. Note that after `PlayRandom()` you have a semi-colon, which needs to be removed from the function declaration.
(And note that there are at least 9 pages of questions/answers about bce0044.)
↧