Jump to content

Extra characters showing in world script editor?


BlackMagi Darkwatch
 Share

You are about to reply to a thread that has been inactive for 3535 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

I use notepad for scripting as 1 it reminds me to save locally and 2 I can have font bigger but something is driving me bonkers and I can't see where to get rid of it?

 

Extra spaces.jpg

 

Here is a copy and paste of the text

default
{
    state_entry()
    {
        llSay(0, "Hello, Avatar!");
    }

    touch_start(integer total_number)
    {
        llSay(0, "Touched.");
		
		/* These comments have been added in Notepad++ */
		llOwnerSay("How can I get rid of the characters to the left of this text (next to the line numbers)?");
    }
}

 



I'm using the default sl viewer

Thanks

Black

Link to comment
Share on other sites

Yes those were tabs. My scripts are lousy with them as I use exclusively tabs for space, but I do 100% of my editing in notepad++  the only thing's my inworld script see is an incldue statement,  and maybe a few variables if I want to make several variations. 

 

You can do the same thing in reverse if you paste characters notepad++ can't handle in to it from the lsl editor.

"●" and "○" for example if I recall correctly.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3535 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...