Thread: Scripted RC
View Single Post
  #146  
Old 07-25-2010, 08:55 AM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
Quote:
Originally Posted by oo_jazz_oo View Post
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
Why script with this RC anyways? XD
Reply With Quote