Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
Solved! Go to Solution.