(2024-04-28, 14:41)Orion Pobursky Wrote: I'd do:
Code:!MASCOT CATEGORY <Category> DESCRIPTION <description> PART <Matrix> <Part>
Example:
!MASCOT CATEGORY Plate DESCRIPTION Plates PART 1 0 0 0 1 0 0 0 1 part.dat
Reason:
Some Categories are 2 words. This makes parsing much easier.
I would suggest using quotes for easier parsing so:
!MASCOT CATEGORY "Plate" DESCRIPTION "Plates" PART 1 0 0 0 1 0 0 0 1 "part.dat"
Also the matrix part could be optional.