ObjectTemplate.Create ObjectType
ObjectName
The create command is used to inform
the scripting engine that a new object template is going to be created. All
properties and commands following a create command will be applied to that object,
until another create command or the end of the file is encountered.
ObjectType - This parameter
should be one of the pre-defined object types
that is going to be created.
ObjectName - This parameter
is the new "name" of the object. This is what is used to add this
object to other objects with the ObjectTemplate.addTemplate
command, and any other object refrences.
|