quote:
Originally posted by Thunder708
code:
function Command_details ()
{
var OS = (!OS);
return "My Operating System Is ("+OS+")"
}
That code is adding a boolean into the string (the line in bold is where the variable OS is becoming a boolean value). Make sure that the variable OS is set to the appropriate string you want to show.