| NAME | Index |
Overview:
This tag identifies the name of a BEHAVIOR or PROPERTY . When used in a PROPERTY the name must be one of the existing properties supported by the API or one of the existing properties supported by a primitive.
| Contents | Description |
| string | A name in double quotes. |
Example:
<BEHAVIOR>
<PRIMITIVE>
"move"
</PRIMITIVE>
<NAME>
"first-task"
</NAME>
<PROPERTY>
<NAME>
"distance"
</NAME>
<VALUE>
1.5
</VALUE>
</PROPERTY>
</BEHAVIOR>
This creates a script with a single move primitive that has a unique name of "first-task". It assigns a distance of 1.5 units to the distance property of the primitive.
Related: