
03-15-2009, 06:39 AM
|
|
The Cat
|
 |
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
|
|
|
Anything after // will be comments, so you can't use */ after a // on the same line. Serverside is read separately from clientside, so if you did a /* at the top of a script, it would only comment out until it reaches //#CLIENTSIDE.
If you wanted to comment out a whole script you would have to put a /* at the top and a /* right under //#CLIENTSIDE. |
__________________
“Shoot for the moon. Even if you miss, you'll land among the stars.”
|
|
|
|