// Set path to save files
path c:\n64clay\data\
subpath 00\

// Read in scene files, parse and save as binary playstation scene file
scene save "scene1.txt" 1 TRUE
scene save "scene2.txt" 2 TRUE
scene save "scene3.txt" 3 TRUE

// Read in rect1.txt, parse and save as binary scene file
rect save "rect1.txt" 1 TRUE


