View Single Post
Old 02-18-2013, 06:16 PM   PM User | #3
carnagel
New to the CF scene

 
Join Date: Feb 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
carnagel is an unknown quantity at this point
Quote:
Originally Posted by Lerura View Post
The function ModelPanel contains the line:
Code:
var mute = true;
Try changing it to
Code:
var mute = false;
Thanks for the reply.

Yes that was the first thing I tried, didn't work.

I also tried various other methods like completely removing the entire sections of the script containing the word 'mute' and it still didn't fix it, although strangely the script just operated normally with those sections of code removed.
carnagel is offline   Reply With Quote