Object.Create

From Pilot_51's Wiki
Jump to navigation Jump to search

MDT Description

The Create command is used to inform the scripting engine that a new object is going to be added to the level's map. 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.

The first argument is the unique name of the object. This is used in any object references.

Source and more details

Additional Description