Script gets stuck in the -LAYER command

Script gets stuck in the -LAYER command

dillonrose
Observer Observer
153 Views
2 Replies
Message 1 of 3

Script gets stuck in the -LAYER command

dillonrose
Observer
Observer

Hello, I am trying to make a .scr file that can import points and sort them into layers and colours. The main issue I have been having is getting stuck in the -LAYER command, it can create a new layer but not exit the command and keeps trying to put following commands into the layer box. I have tried using the ASCII ESC key but that seems to just quit the script entirely, not just exiting the command like I want.

 

Please can anyone help, and suggestions are greatly appreciated.

 

SCRIPT:

-LAYER N TEST6
CECOLOR 1 _POINT 1,1,1 _POINT 2,2,2 _POINT 3,3,3 _POINT 4,4,4 CECOLOR 2 _POINT 5,5,5 _POINT 6,6,6 _POINT 7,7,7 _POINT 8,8,8


 

0 Likes
Accepted solutions (1)
154 Views
2 Replies
Replies (2)
Message 2 of 3

cadffm
Consultant
Consultant
Accepted solution

Hi,

you restart layer command!

Type in by Hand, or see your log [F2]

 

LAYER<enter> to start Layer command
N<enter> to start New option
TEST6<enter> to enter Layername
<enter> to exist Layer command <enter> YOU START LAYER COMMAND WITH THOS ENTER C....


Delete one blank line and zest it again.

 

Sebastian

Message 3 of 3

dillonrose
Observer
Observer

Thank you so much, you've saved me !

0 Likes