Object.Create

From Pilot_51's Wiki
Revision as of 16:15, 20 November 2008 by Pilot 51 (talk | contribs) (New page: == 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 creat...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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