Quote:
Originally Posted by 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
|
Why script with this RC anyways? XD