How do I name the characters and their states?

From TNT

Jump to: navigation, search

TNT permits to give a name to each character and state. These names can be included together with the matrix and will be read each time the matrix is opened.

In menu version of TNT go to Data/Edit data. Once you finish assigning the names to keep them go to Data/Save data and Click in Character Names.

The commands to do that is cnames ;

IF you want to give the name "Hairs" to the character 4 the command line would be:

  cnames { 4 Hair;

If state 0 is absence and state 1 is presence of hair we can name the state as follows

 cnames { 4 Hair absence presence;

Once you named one character the rest of the characters are named using " + " instead of "{ "  :

cnames + 23 tail short long ;
Personal tools