Thread: Scripted RC
View Single Post
  #11  
Old 07-24-2010, 11:04 PM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
When I detach a tab in the script editor, it adds blank lines between every line in the script.

So, the scripts lines literally double. A script like

PHP Code:
function onCreated() {
  echo(
"Hello!");

then becomes
PHP Code:
function onCreated() {

echo(
"Hello!");


So, if you were to update the script after detaching...you would have a lot of blank lines. XD
Reply With Quote